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 was archived by the owner on Apr 7, 2026. It is now read-only.
Before filing this report, I have read the documentation fully and followed it.
I understand that if the "issue" is something that is already answered by the documentation and/or are caused by me not reading the documentation, the issue will be blocked and/or locked (with the implicit explanation being to "go read the docs"), and I may not be able to open another issue for this repository ever again.
Issue Description
Describe the bug
When making direct requests for /app/links or /app/users, (usually by refreshing the browser window), the browser receives this response: Cannot GET /app/links or Cannot GET /app/users, respectively.
Visit
a. http://localhost:3000/app/links
b. or http://localhost:3000/app/users
Or refresh the page while viewing one of those pages
See error message as described above
Expected behavior
Visit http://localhost:3000/app/links should display the links index; visiting http://localhost:3000/app/users should display the users index
Disclaimers
Issue Description
Describe the bug
When making direct requests for
/app/linksor/app/users, (usually by refreshing the browser window), the browser receives this response:Cannot GET /app/linksorCannot GET /app/users, respectively.Deployment Method
Production:
Local testing:
To Reproduce
a.
http://localhost:3000/app/linksb. or
http://localhost:3000/app/usersExpected behavior
Visit
http://localhost:3000/app/linksshould display the links index; visitinghttp://localhost:3000/app/usersshould display the users indexScreenshots
N/A
Additional context
I think we get it by now 😉