I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
Installation Method
Pip Install
Open WebUI Version
0.5.20
Ollama Version (if applicable)
none
Operating System
Debian 12
Browser (if applicable)
MacOS FIrefox
Confirmation
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have listed steps to reproduce the bug in detail.
Expected Behavior
Works as expected
Actual Behavior
When trying to log into google I get a access blocked: this apps request is invalid error 400: redirect_uri_mismatch
When I click on "i am a developer" it shows the redirect is trying to use http:// and not https:// which I believe is the root cause of the issue.
I've triple checked and I haven't put plain http:// anywhere in the variables, making me believe this is related to an internal code issue.
Steps to Reproduce
.
Logs & Screenshots
.
Additional Information
.
Originally created by @frenzybiscuit on GitHub (Mar 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12057
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Pip Install
### Open WebUI Version
0.5.20
### Ollama Version (if applicable)
none
### Operating System
Debian 12
### Browser (if applicable)
MacOS FIrefox
### Confirmation
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have listed steps to reproduce the bug in detail.
### Expected Behavior
Works as expected
### Actual Behavior
When trying to log into google I get a access blocked: this apps request is invalid error 400: redirect_uri_mismatch
When I click on "i am a developer" it shows the redirect is trying to use http:// and not https:// which I believe is the root cause of the issue.
I've triple checked and I haven't put plain http:// anywhere in the variables, making me believe this is related to an internal code issue.
### Steps to Reproduce
.
### Logs & Screenshots
.
### Additional Information
.
GiteaMirror
added the bug label 2026-05-25 03:49:28 -05:00
Have you configured Authorized redirect URIs in your google account?
Based on the message, you have not.
<!-- gh-comment-id:2752535097 -->
@Zyfax commented on GitHub (Mar 25, 2025):
Have you configured `Authorized redirect URIs` in your google account?
Based on the message, you have not.
@frenzybiscuit commented on GitHub (Mar 25, 2025):
I guess I could try setting the authorized_redirect_uri to http:// instead of https:// but that seems insecure to me..
<!-- gh-comment-id:2752653180 -->
@frenzybiscuit commented on GitHub (Mar 25, 2025):
I guess I could try setting the authorized_redirect_uri to http:// instead of https:// but that seems insecure to me..
@frenzybiscuit commented on GitHub (Mar 26, 2025):
Could it be the reverse proxy is not setting request header to https?
Perhaps? There is a nginx reverse proxy, but its only the web server. There is no other proxy in front of open-webui.
Also, github works.
<!-- gh-comment-id:2753040376 -->
@frenzybiscuit commented on GitHub (Mar 26, 2025):
> Could it be the reverse proxy is not setting request header to https?
Perhaps? There is a nginx reverse proxy, but its only the web server. There is no other proxy in front of open-webui.
Also, github works.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @frenzybiscuit on GitHub (Mar 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12057
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.5.20
Ollama Version (if applicable)
none
Operating System
Debian 12
Browser (if applicable)
MacOS FIrefox
Confirmation
README.md.Expected Behavior
Works as expected
Actual Behavior
When trying to log into google I get a access blocked: this apps request is invalid error 400: redirect_uri_mismatch
When I click on "i am a developer" it shows the redirect is trying to use http:// and not https:// which I believe is the root cause of the issue.
I've triple checked and I haven't put plain http:// anywhere in the variables, making me believe this is related to an internal code issue.
Steps to Reproduce
.
Logs & Screenshots
.
Additional Information
.
@Zyfax commented on GitHub (Mar 25, 2025):
Have you configured
Authorized redirect URIsin your google account?Based on the message, you have not.
@frenzybiscuit commented on GitHub (Mar 25, 2025):
Hi,
Yes.
Error 400: redirect_uri_mismatch@frenzybiscuit commented on GitHub (Mar 25, 2025):
I guess I could try setting the authorized_redirect_uri to http:// instead of https:// but that seems insecure to me..
@Zyfax commented on GitHub (Mar 26, 2025):
Could it be the reverse proxy is not setting request header to https?
@frenzybiscuit commented on GitHub (Mar 26, 2025):
Perhaps? There is a nginx reverse proxy, but its only the web server. There is no other proxy in front of open-webui.
Also, github works.