mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
[PR #8397] [CLOSED] fix: Exception raised when new user tries to login through OAuth for the first time #9011
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/8397
Author: @kagesenshi
Created: 1/8/2025
Status: ❌ Closed
Base:
dev← Head:upstream-dev📝 Commits (3)
f0d1fadfix notification failure when registering new user in oauth9e62edbupdated changelog in oauth bugfix6b39915Revert "updated changelog in oauth bugfix"📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
backend/open_webui/utils/oauth.py(+3 -3)📄 Description
Changelog Entry
Description
When logging in the first time through OAuth, following exception is raised:
This is caused by
WEBHOOK_MESSAGESsupposed to be coming fromconstants.pywhile this code tries to take it fromauth_manager_config.Fixed
Additional Information
This has been reported by another user a month ago, but seems to not be addressed. I'm skipping creating a discussion post due to it.
https://github.com/open-webui/open-webui/discussions/7672
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.