Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dferraro152

Pages: [1]
1
SSL / Problem SSL certificate
« on: July 29, 2022, 10:50:57 AM »
Hi, I´m new in all this thing of CWP and have a frustrating issue.
I have tree sites in my VPS and the three have ssl certificate (shown in cwp (autossl)), but in the brouser load 2 like http and the other like https but firefox show me an error

No se puede conectar
Ha ocurrido un error al conectar con ...

I already Try everything and nothing work, anybody have an idea?

2
Aplications / Deploy Next.js app
« on: July 20, 2022, 12:48:09 PM »
Hi:
I´m try deploy a next.js app.
Step 1:
           Create a virtual server with Apache pointing to my site (I put a test page and work OK).
Step 2:
           copy the next.js files to the public_html of site.
Step 3:
           npm install
           npm run build
           pm2 start --name app-name  npm -- start
When  I try enter to site the browser give me an error 503:

           Service Unavailable
           The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

What I do wrong? And how can I resolve the issue?
           

           

Pages: [1]