mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
OAuth redirect with query parameters fails to match route and results in blank page #395
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rizalord on 11/21/2025
Description
After completing the Google Drive OAuth flow, the app is redirected to
/storages/google-oauth?oauthDto=...(with a long query parameter). However, the page fails to load and displays a blank screen.In the browser console, the following error appears:
No routes matched location "/storages/google-oauth?..."I have already followed all steps from the official documentation here:
https://postgresus.com/storages/google-drive
Expected Behavior
The redirect should match the /storages/google-oauth route even when query parameters are present, and the page should render normally.
Steps to Reproduce
No routes matched location "/storages/google-oauth?..."