why FetchError: request to https://....aws.supertokens.io/apiversion failed, reason: connect ETIMEDO...
b
why FetchError: request to https://....aws.supertokens.io/apiversion failed, reason: connect ETIMEDOUT 5
r
hey @bazinga9527_
can you visit the connection uri on your browser? What does it say?
b
Invalid API key
r
just call the / path, not /apiversion in your browser
b
hello
r
right. so the core is working fine.
Maybe check the firewall / network setting in the backend process you have used our sdk in?
b
http://localhost:4001/auth/dashboard/ FetchError,Maybe the cause of the firewall?
r
Could be. Not sure. Depends on your local setup
b
I changed node from 16 to 18, indicating No SuperTokens core available to query, is this also a network problem?
r
Yea. Something is prevent your node backend to query our core.
Whereas the core is clearly reachable from your browser.
16 Views