Can not sign in to buildship via google
when I press continue with google it throws an error, I can not sign into my buildship account.
Error 400: redirect_uri_mismatch

3 Replies
Processing...
🤖 Tuning in to the data frequencies. 📡 this might take a couple of minutes... beep boop
🤖 AI Response
The "redirect_uri_mismatch" error during Google sign-in typically occurs when the redirect URI used in your authentication flow does not exactly match the one configured in your Google OAuth settings. This mismatch can be caused by differences in the domain (such as using a development environment instead of production), the URL scheme (HTTP vs. HTTPS), port numbers, or even the presence or absence of a trailing slash. To resolve this issue:
- Ensure you are accessing BuildShip from the official URL: https://app.buildship.com.
- Double-check that the redirect URI specified in your application matches exactly with the one registered in your Google Cloud Console OAuth credentials, including scheme, case, and any trailing slashes.
- Clear your browser cache and cookies, or try signing in using an incognito/private browsing window.
- If the problem persists, contact BuildShip support via the in-app chat icon for further assistance.
🔗 References:
1. https://www.youtube.com/watch?v=QHz1Rs6lZHQ
2. https://www.googlecloudcommunity.com/gc/Developer-Tools/Getting-error-redirect-uri-mismatch-when-using-oAuth/m-p/607691
3. https://www.youtube.com/watch?v=V0-4LnHwFho
4. https://community.grafana.com/t/redirect-uri-mismatch-error-in-google-oauth/35659
5. https://www.googlecloudcommunity.com/gc/Developer-Tools/Getting-error-redirect-uri-mismatch-when-using-oAuth/m-p/608233
BuildShip AI Support
resolved