memos
memos copied to clipboard
App redirects to /home route, which 404s
Describe the bug
If I leave the webapp open for some time and return to it later, I usually find it sitting on a 404 page at the /home route (which does not exist). It seems that something must redirect here after some timeout?
Reproduced in Firefox on mac, and Safari on iOS.
Steps to reproduce
- Open memos in a tab at the root route (home page)
- Leave this tab open in the background for some time (I don't know the minimum, but a day should definitely work)
- Return to the tab, find it on a 404 page
The version of Memos you're using.
v0.22.4
Screenshots or additional context
No response
@murrayju, I tried to replicate but couldnt.
Shot in the dark, memo < v0.22.4 use to have a lastVisited local storage variable stored. This value would be /home or /timeline Can you see if you still have it in your browser local storage, if so, clear it out and see if your redirect still happens
Please feel free to reopen if issue still exists in the latest version.
Appears to be fixed, thanks!