You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TeddyCr Not sure you can remove it. It is from the createHashHistory function in the configureStore.dev.js file. I replaced it with createBrowserHistory but when I tried to go to the agenda feed, I got an error unless I went to the homepage and clicked the link to go there.
@TeddyCr We could make it so that whenever someone tries to go to any other page than the home page, they would be redirected to the app and then send a json response containing the pathname and have the app redirect to that.
Such as when someone types and then go to engage.town/feed the backend would redirected them to engage.town and send a json telling the fronted to render the feed using the history api.
This would allow browser history to act normally. Any thoughts?
@hackla-engage/frontend-engineers is it possible to remove the
/#/
in the URL of the site? If not would you be able to explain why it is included?Thank you. :)
The text was updated successfully, but these errors were encountered: