I uploaded files via deploy.ps1 to GCP. but I can’t access to the link given by CGF.
Exact error code is:
-webhook Error: listen EADDRINUSE: address already in use :::8080
at Server.setupListenHandle [as _listen2] (node:net:xxxx:xx)
at listenInCluster (node:net:xxxx:xx)
at Server.listen (node:net:xxxx:x)
at main (/workspace/node_modules/@google-cloud/functions-framework/build/src/main.js:52:14)
const PORT = process.env.PORT || 3000; in my local env <-I set like this way
Also, there is nothing in localhost:8080 (I’ve already done netstat -ano | findstr :8080 and ㅡ nothing found)
What’s wrong with it? It worked with same code, but it doesn’t until yesterday.
백지호 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.