Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gmail connection is not working #4

Open
ahilles107 opened this issue Mar 24, 2024 · 1 comment
Open

Gmail connection is not working #4

ahilles107 opened this issue Mar 24, 2024 · 1 comment

Comments

@ahilles107
Copy link

Error:

gmail.acef719de9c53e6257e7.js:1 
        
        
GET http://xxx.xxx.xxx:8088/signin?redirectURL=http%3A%2F%2Fxxx.xxx.xxx%2Fworkbench%2Fmikolajczuk%2Fsetting%2Fintegrations net::ERR_CONNECTION_REFUSED
s @ gmail.acef719de9c53e6257e7.js:1
(anonymous) @ bundle.93d3c932611b373f368a.js:217
Yo @ bundle.93d3c932611b373f368a.js:217
bn @ bundle.93d3c932611b373f368a.js:198
gmail.acef719de9c53e6257e7.js:1 
        
        
   Uncaught (in promise) TypeError: Failed to fetch
at HTMLButtonElement.s (gmail.acef719de9c53e6257e7.js:1:85822)
at bundle.93d3c932611b373f368a.js:217:2437
at Array.forEach (<anonymous>)
at HTMLButtonElement.Yo (bundle.93d3c932611b373f368a.js:217:2422)
at HTMLButtonElement.bn (bundle.93d3c932611b373f368a.js:198:14956)```

Looks like the app tried to connect to a service behind `8088` port. I don't see any service with this port configured in docker-compose. Something is missing? 
@Aswin2667
Copy link

Aswin2667 commented Jul 29, 2024

Error:

gmail.acef719de9c53e6257e7.js:1 
        
        
GET http://xxx.xxx.xxx:8088/signin?redirectURL=http%3A%2F%2Fxxx.xxx.xxx%2Fworkbench%2Fmikolajczuk%2Fsetting%2Fintegrations net::ERR_CONNECTION_REFUSED
s @ gmail.acef719de9c53e6257e7.js:1
(anonymous) @ bundle.93d3c932611b373f368a.js:217
Yo @ bundle.93d3c932611b373f368a.js:217
bn @ bundle.93d3c932611b373f368a.js:198
gmail.acef719de9c53e6257e7.js:1 
        
        
   Uncaught (in promise) TypeError: Failed to fetch
at HTMLButtonElement.s (gmail.acef719de9c53e6257e7.js:1:85822)
at bundle.93d3c932611b373f368a.js:217:2437
at Array.forEach (<anonymous>)
at HTMLButtonElement.Yo (bundle.93d3c932611b373f368a.js:217:2422)
at HTMLButtonElement.bn (bundle.93d3c932611b373f368a.js:198:14956)```

Looks like the app tried to connect to a service behind `8088` port. I don't see any service with this port configured in docker-compose. Something is missing? 

@ahilles107 did you find any solution for this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants