关于重定向 URI 丢失或不匹配问题的一些研究与解决方案 #109
lxdklp
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
感谢,删掉了代理果然登陆成功了 |
Beta Was this translation helpful? Give feedback.
1 reply
-
https://jellyfin.org/docs/general/networking/nginx/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我遇到了与 #100 一模一样的问题

思路与解决方案
个人进行了猜测与实验,问题应该是出现在重定向 URI的回调地址上。我测试了如果jellyfin进行了反向代理就会造成uri不匹配,然后切换到服务器上用端口访问正常登录。
因此问题应该是出在这里
解决方案也很简单,登录时不使用反向代理即可
灵感来源
来自于之前我在经过反向代理的wac上登录Azure账户时也有同样的uri报错,来着微软的问题解析与解决方案
修改建议
建议加上禁止使用反向代理相关的提示
本文仅为个人研究,有错误欢迎和平指出
Beta Was this translation helpful? Give feedback.
All reactions