Hello and thank you for reporting this issue. I've been unable to reproduce it on my systems. Please do let me know if this issue continues, and if you have any more details such as what OS you're using - I'll try to get to the bottom of this!
Hello, the issue is still happening. I’m unable to log in via Steam. It might be on my side, but I can’t figure out the reason. I’m on Windows 11. I’m also a solo developer working with Godot, and I really appreciate your work. I’ve been following your dev logs—keep it up and good luck for the future! ChatGPT says this when I show it my screen to find out if the issue is on my side: In general, this happens in cases like this: The domain from which you are launching the login is not allowed (redirect URL mismatch) You might be running locally (localhost / file:// / direct IP), but the provider expects a proper web context The Steam/Auth configuration (in this case SpacetimeDB) does not have the correct callback URL registered Or the Steam login flow is being triggered from an unsupported context (webview / unrecognized client) Things to check on the dev side: Make sure the Steam callback URL is registered exactly (including https, subdomain, and port if any) Ensure that auth.spacetimedb.com matches the current environment (production vs development) Avoid triggering login from file:// or any non-standard web context Verify that Steam OpenID / WebAPI is correctly configured for this domain
I was able to log in today, but now it’s not working again. The same bug is happening again.