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
{{ message }}
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.
I had a problem whem I put directly 'localhost:8000/login' on my browser, the app make a request to server and server responses 'Pages not foud'. Only works when I click in the navbar link.
Someone else?
The text was updated successfully, but these errors were encountered:
I resolve that by using a url r'*' to accept all requenta and rendering my app page.
Bug now I Am having problema when I use F5 on my browser or use the urls directly in the browser.
For exemple, if I stay in localhost:8000/home, press f5 and click home again my urls transform in localhost:8000/home/home, if I click in about transform in localhost:8000/home/about.
I really puser about this, thinking in use hasHistory instead 😔
I had a problem whem I put directly 'localhost:8000/login' on my browser, the app make a request to server and server responses 'Pages not foud'. Only works when I click in the navbar link.
Someone else?
The text was updated successfully, but these errors were encountered: