-
Describe the bug | 问题描述Problem DescriptionGitHub OAuth works perfectly fine and correctly redirects to the auth server. However, after adding Google OAuth alongside GitHub, the login flow gets stuck at the API server ( Key point: The issue only appears when Google OAuth is added to an existing working GitHub OAuth setup. The Environment
Steps to Reproduce
Expected Behavior
Actual Behavior
Error DetailsRedirect IssueWhen clicking login after adding Google OAuth:
Server ArchitectureThe setup uses a separate auth server:
With GitHub OAuth alone, the redirect to Server Response AnalysisThe {
"oauthServices": [
{ "name": "github", "origin": "https://github.com" },
{ "name": "google", "origin": "https://accounts.google.com" }
]
}The issue is not with the API response, but with the redirect logic when Google OAuth is present. Questions
Additional Information
Server ConfigurationCurrent setup:
Related
Note: I'm happy to provide more details, server logs, network traces, or test different configurations if needed. Thank you for maintaining Waline! Website URL | 问题网站Where your waline deploy? | 服务部署在哪里?Vercel (Default) Where your comment data store? | 数据存储在哪里?TiDB |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
The error is because the frontend of the backend hasn't added the Google login-related resource configuration yet, causing this error. I'll fix it as soon as possible. |
Beta Was this translation helpful? Give feedback.
@waline/[email protected] has been fixed. Please check again to see if there are any issues. Remember to refresh the browser cache on the admin panel.