Client only project deployment using Docker and nginx #77583
Unanswered
vikraman-boominathan
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have built a client side only project using next js. I am using docker and nginx to build and run it .
The problem is that while it is being built and is running, only the index page is being rendered.
If I try to navigate to other pages, it shows 403 forbidden from nginx.
I don't know what I am doing wrong. Please help me with it.
I am sharing the config files down here.
Beta Was this translation helpful? Give feedback.
All reactions