Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Good for everyone. I'm using Plesk Obsidian 18.0.70 and I'm trying to deploy my next js v15.3.2 application and I already have my app in the vps deployed with port 3000 but I don't know how to get Plesk to direct traffic to me for the port of my application; that is to say that I can enter...
When starting a Next.js Node app with the Plesk UI, it uses port 3000 by default.
This is an issue if I want to start a new Next.js app on a different domain, as it conflicts with the same port, giving an error "This address is already in use".
If I stop the first node app process, it frees up...
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.
But It's giving me this 403 forbidden error which seems like permission error.
I've given my domain user , and also root and also...
Hi,
I am get issue while loading the image in NextJS project.
The issue is with NextJS <Image> tag. If I use <Image/> than in production the image not get load/display. It gives 500 error.
If I add unoptimized in <Image /> than it get load in production.
I tried deploying the same github repo...
I am unable to make NextJS ( "next": "13.1.1" / "next": "13.5.6" ) work with Plesk,
I have followed all the exact tutorial steps from: How to set up your NEXT.JS app on Plesk server
Here is my Node.js Dashboard Page:
Here is my node_modules/.bin/next file ( I changed const defaultCommand from...
Hi all,
I'm trying to deploy a NextJS app, and seem to need the NodeJS component for it. But it does not want to be installed. Or now nothing wants to be installed at all.
When I wanted to install the NodeJS component, I should also install the Phusion Passenger server, so I did that. And that...
We we run build we are getting below error
info - Creating an optimized production build...
info - Attempted to load @next/swc-linux-x64-gnu, but an error occurred: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by...