3 months ago
Hi all
On my website, I have two ways to register: email and via Google OAuth. I've configured everything on Google, Railway, and Cloudflare. I asked two users to test it via Google, and the results were the same: everyone receives the same message:
The train has not arrived at the station.
Please check your network settings to confirm that your domain has provisioned.
If you are a visitor, please let the owner know you're stuck at the station.
Domain:www.griddusdigital.com
However, when querying the supabase, the record is there, stored in the database, but the user is unable to connect.
5 Replies
3 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
3 months ago
Did you make sure the port your URL is routed to is the same port your app is listening to?
(Also make sure that your app is listening to 0.0.0.0 instead of ::)
0x5b62656e5d
Did you make sure the port your URL is routed to is the same port your app is listening to?(Also make sure that your app is listening to 0.0.0.0 instead of ::)
3 months ago
Yes
INFO Accepting connections at http://0.0.0.0:8080
3 months ago
Checking console(F12):
GET https://www.griddusdigital.com/auth/callback?code=fa36acc8-38a9-49d4-a3cb-17d3ba9450e3 404 (Not Found)
_handleProviderSignIn @ griddusdigital.com/a…dex-CL8ujmNZ.js:627
await in _handleProviderSignIn
signInWithOAuth @ griddusdigital.com/a…dex-CL8ujmNZ.js:626
c @ griddusdigital.com/a…dex-CL8ujmNZ.js:627
onClick @ griddusdigital.com/a…dex-CL8ujmNZ.js:628
kx @ griddusdigital.com/a…ndex-CL8ujmNZ.js:48
(anonymous) @ griddusdigital.com/a…ndex-CL8ujmNZ.js:48
Rv @ griddusdigital.com/a…ndex-CL8ujmNZ.js:48
Of @ griddusdigital.com/a…ndex-CL8ujmNZ.js:48
3 months ago
After review all configs in Cloudflare, I found an error in www......I fixed and done....
Status changed to Open echohack • 3 months ago
Status changed to Solved echohack • 3 months ago