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.
Pages: [1]
1
Aplications / New node application to main domain instead of subdomain throws a 503 error
« on: November 29, 2023, 11:14:29 PM »
Hi,
I deployed a new small script running on node on my VPS running. The problem was that I used the main domain URL instead of a subdomain created for this goal. Now when I browse to the main domain I get a 503 Service unavailable.
I've created the new domain for this application but I don´t know how to set the domain back as it was before
I'd appreciate any advice.
I deployed a new small script running on node on my VPS running. The problem was that I used the main domain URL instead of a subdomain created for this goal. Now when I browse to the main domain I get a 503 Service unavailable.
I've created the new domain for this application but I don´t know how to set the domain back as it was before
I'd appreciate any advice.
2
CentOS 7 Problems / Node installation
« on: March 24, 2023, 03:10:14 AM »
Hi,
I'm trying to deploy my react website. I need to run npm once ssh connected, but I get the following error:
I got that same error with command "node --version"
I already have installed node via web panel node.js manager, actually I have a nodejs api running in a subdomain with node 14.x version.
¿What am I missing to have node and npm available?
I'm trying to deploy my react website. I need to run npm once ssh connected, but I get the following error:
Code: [Select]
node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by node)
node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by node)
node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by node)
node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by node)
node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by node)
node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by node)
I got that same error with command "node --version"
I already have installed node via web panel node.js manager, actually I have a nodejs api running in a subdomain with node 14.x version.
¿What am I missing to have node and npm available?
Pages: [1]