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
Everything works well with any route that has one path username.github.io/repo/:any but when It comes to a route with a path of more than one slash like /users/account, /admin/profile or /:any/:any/:any, the app shows a blank page. You can try username.github.io/repo/:any/:any/:any to reproduce the error on many react apps deployed on gh-pages. The screen is blank and the console shows a 404 error.
The text was updated successfully, but these errors were encountered:
Hervera
changed the title
Shows a blank page with a route that has a path of 2 hashes
Shows a blank page on a route with a path of 2 hashes or more
Oct 4, 2022
Everything works well with any route that has one path
username.github.io/repo/:any
but when It comes to a route with a path of more than one slash like/users/account
,/admin/profile
or/:any/:any/:any,
the app shows a blank page. You can tryusername.github.io/repo/:any/:any/:any
to reproduce the error on many react apps deployed on gh-pages. The screen is blank and the console shows a 404 error.The text was updated successfully, but these errors were encountered: