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
The hash property of the URL interface is a string containing a '#' followed by the fragment identifier of the URL.
Most SPA applications support hash mode.
For example, in the URL dist/index.html/#/login, the server will not receive the content after the '#' and will return the content of index.html. However, frameworks like Vue Router or React Router can load the login page.
Practicalities
NO I am willing to work on this issue myself.
NO I am prepared to support this issue financially.
The text was updated successfully, but these errors were encountered:
What do you propose?
Hash part of the url is not sent to the server and is handled exclusively by the browser. Vue and React routers process hash urls in the browser code.
when I call create_window and set the URL to dist/index.html/#/login, the browser shows a 404 error. The BottleServer does not strip the content before the # and return index.html.
Specification
Description
The hash property of the URL interface is a string containing a '#' followed by the fragment identifier of the URL.
Most SPA applications support hash mode.
For example, in the URL dist/index.html/#/login, the server will not receive the content after the '#' and will return the content of index.html. However, frameworks like Vue Router or React Router can load the login page.
Practicalities
NO I am willing to work on this issue myself.
NO I am prepared to support this issue financially.
The text was updated successfully, but these errors were encountered: