Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase function for my react app not working

Error: listen EADDRINUSE: address already in use :::8080
    at Server.setupListenHandle [as _listen2] (net.js:1280:14)`
    at listenInCluster (net.js:1328:12)
    at Server.listen (net.js:1415:7)
    at Object.<anonymous> (/layers/google.nodejs.functions-framework/functions- 
    framework/node_modules/@google-cloud/functions-framework/build/src/index.js:77:8)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)

The error shows port 8080 in use that I have checked of my port there is process using port 8080

like image 628
sylvesterasa Avatar asked Jul 28 '26 03:07

sylvesterasa


1 Answers

I discovered this error after upgrading Node from 8 to 10. In my particular case, I was calling app.listen in my app, but Firebase Functions appears to set up the port automatically. Removing app.listen(PORT, () => {}) fixed it for me.

like image 80
Steve Brush Avatar answered Jul 30 '26 21:07

Steve Brush



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!