BGWE / BoardgameWE

Backend of the Board Game Componion application.
MIT License
2 stars 0 forks source link

Go back button sometimes goes to invalid url #66

Closed waliens closed 6 years ago

waliens commented 6 years ago

Not sure if it is new or not, but the following interaction generates an invalid link:

"event board games" page > "my library" page > open "add board game" modal > click on "go back

With this process I end up on an url: "/event/:eventid/boardgames"

elodieburtin commented 6 years ago

I can't reproduce the issue. Do you close the "add board game" modal before clicking on the "go back" button? Which go back button do you use? (browser or in app?)

In any case, I think we said we would remove the in app "Go back" button and leave only the home?

waliens commented 6 years ago

Yes, I close it. I was able to reproduce the error on the firebase version.