electron-google-oauth2 icon indicating copy to clipboard operation
electron-google-oauth2 copied to clipboard

listen EPERM: operation not permitted 0.0.0.0:42813

Open glacierone opened this issue 4 years ago • 3 comments

When I package the app for usage in Mac App Store I get the following error when trying to do the Google OAuth process. I think the error comes from the line this._server.listen(port) in LoopbackRedirectServer.js. Any ideas?

image

glacierone avatar Dec 20 '20 18:12 glacierone

I have tried to listen on other hostnames and ports as well - it works on none of them.

glacierone avatar Dec 20 '20 18:12 glacierone

Also I am using electron-packager. It breaks after packaging the app for release.

glacierone avatar Dec 20 '20 18:12 glacierone

Have you found the solutions ?

hardik-simform avatar Nov 12 '21 09:11 hardik-simform