I deployed the Documenso project to my server.
However, I'm facing some issues while accessing the server.
It takes a long time to process a single request.
If it takes too much time, the server automatically restarts, which results in a "Bad Gateway" error. We are experiencing this issue with every request.
Sometimes, it redirects to localhost:3000, causing the URL to change automatically from our hosted URL to localhost:3000.
Top comments (1)
Hey, large Next.js application requires atleast 16GB RAM. Whats your server specs? If it’s 8GB, it is going to be slow. Faced this issue in a recent project, tried a 16G RAM GitHub codespace and the project worked.
I would check that first and also recommend opening an issue in Documenso repository.