csells/go_router

Strange behavior in the "books" example

Closed this issue · 1 comments

Hi,

In the "books" sample application, after logging in, the url (http://localhost:64453/#/books/popular) is displayed.
but, as you will see in the screenshot, the arrow to go to the previous url (that is, the login url http://localhost:64453/#/signin) is active, although it is not possible to go back.
This is a bug?
book_error_1

Thanks.

Regards,
Jose

It is possible to go back according to the browser but then the redirection code kicks in. This is expected behavior.