Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct requests for /app/links and /app/users return "Cannot GET /app/..." #815

Open
2 tasks done
MaffooClock opened this issue Jul 25, 2024 · 0 comments
Open
2 tasks done

Comments

@MaffooClock
Copy link

MaffooClock commented Jul 25, 2024

Disclaimers

  • 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.

Deployment Method
Production:

  • AWS ECS Fargate (behind Application Load Balancer) + AWS RDS (PostgreSQL 16.3) + AWS ElastiCache (Redis 6.2.6)

Local testing:

To Reproduce

  1. Visit
    a. http://localhost:3000/app/links
    b. or http://localhost:3000/app/users
  2. Or refresh the page while viewing one of those pages
  3. 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

Screenshots
N/A

Additional context
I think we get it by now 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant