Everything works fine, when you run npm run dev
and visit http://localhost:3000.
Run docker-compose up
, and visit http://localhost:8000 to see the problem.
Working routes
- /working
- /not-working
- /working/test
- /working/test/deeper
- /working/foo
- /working/foo/deeper
- Basically anything under
/working
Not working routes (in nginx)
- /not-working/test
- /not-working/test/deeper
- /not-working/foo
- /not-working/foo/deeper
- Basically anything under
/not-working
(except/not-working
itself)