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 Jan 11, 2023. It is now read-only.
Actual redirect behavior: http://localhost:3000/sapper/page ==> http://localhost:3000/sapper/login
but I expected this: http://localhost:3000/sapper/page ==> http://localhost:3000/sapper/page/login
I can fix this bug if I change follow line in the file __sapper__/server.js:
I can reproduce this bug in Opera 58, Chrome 33, Chrome 74 Dev. And only if I go the link from address bar. Click by link is worked correctly.
I set base path as
/sapper/page
- site worked correctly.Then added this code to the
routes/index.html
Actual redirect behavior:
http://localhost:3000/sapper/page ==> http://localhost:3000/sapper/login
but I expected this:
http://localhost:3000/sapper/page ==> http://localhost:3000/sapper/page/login
I can fix this bug if I change follow line in the file
__sapper__/server.js
:The text was updated successfully, but these errors were encountered: