Jellyfin Forum
SOLVED: Unable to type in UID and PWD - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Unable to type in UID and PWD (/t-solved-unable-to-type-in-uid-and-pwd)



Unable to type in UID and PWD - jbarw - 2025-07-05

I made a bunch of changes to the server yesterday.  Setup nginx and reverse proxy.  Now whenever I try to log in either via the web or the app, I click on username and I'm unable to type.  Nothing I click on works.  I'm not sure if there's a setting either on my Mac or jfin server that's caused this behaviour change.  Any suggestions are appreciated.


RE: Unable to type in UID and PWD - jbarw - 2025-07-05

Quick update:

Content Security Policy (CSP) was blocking Jellyfin’s JavaScript or inline code from running. Had to add this to the nginx.conf

'unsafe-inline';