• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Issue Error starting web application. nextJs Installaton Error.

Gagandeep

New Pleskian
Server operating system version
Ubuntu 20.04.1 LTS
Plesk version and microupdate number
Plesk Obsidian Version 18.0.60
After setup NextJs on my plesk server. I'm facing this issue on webpage.

1714469900236.png
Here I'm sharing the Subprocess as well

1714470000158.png
1714470090585.png
 
You have NODE_ENV set to "dev". Per nextjs, that value can only be 1 of 3 things:
  • production: When your application is built with next build
  • development: When your application is run with next dev
  • test: When your application is being tested (e.g. jest)
 
I have set it to NODE_ENV: production. Still I'm facing 403 Error. I'm not quite sure what permission stopping it to run.
1714492793596.png
1714492827129.png
 
Maybe check fail2ban or Web Application Firewall "WAF" to see if they are blocking. Also, it seems odd that a document root location would start with a "." as shown in your screenshot....so check to make sure your public and app roots as seen by Plesk are correct. I could be wrong on that...but that looked odd to me.
 
Back
Top