• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question NextJs Deployement on Plesk. Giving 403 forbidden static folder.

Gagandeep

New Pleskian
Server operating system version
Ubuntu 20.04.1 LTS
Plesk version and microupdate number
Plesk Obsidian Version 18.0.60
I'm trying to deploy NextJs on Plesk server. My NodeJs version is "21.7.3".
My plesk Nextjs setup on NodeJs Extension is this as I've seen so many articles.
1718854347734.png

But It's giving me this 403 forbidden error which seems like permission error.

1718854533799.png

I've given my domain user , and also root and also nginx ... but none of them are working.
 
Did you configure any additional Nginx directives for the domain?
Hi Kasper
Thank you so much for reply

No , I created a sub-domain. Install create-next-app@latest. Then enable nodeJs, installed npm module then build, I check before build with "npm run dev" and after build with "npm run start" on my IP:3000. it's working fine. I've not changed anything in nginx.conf. It generated automatically.

It's seems like my document root pointing to static file but it'll not work. Server should know somehow he need to run next file which reside in node_modules. I'm trying everything but need help on this.
 
Back
Top