Hi, noting I am getting Google sign-in errors for my site today. This is Claude’s assessment below:
Google Sign-In stopped working on my site today. After digging into the browser Network tab, the issue is a double slash in the API request URL that Softr’s frontend is generating.
Request path:
/v1//applications/72bc9bbc-95d8-4156-8933-1b7493ba6a86/users/social?only_registered_users_can_sign_in=false&authentication_token_type=access_token
Note the // between /v1/ and /applications/. The server rejects this with a 400 error: “Ambiguous URI empty segment.”
No changes were made on my end. This looks like a bug introduced in a recent Softr update. Screenshots attached showing the malformed URL and error response.
Anyone else seeing this?