You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ "level": 50, "time": 1698681199146, "pid": 18, "hostname": "[ip-10-150-4-38.eu](http://ip-10-150-4-38.eu/)-west-1.compute.internal", "name": "qryn", "reqId": "req-5w", "err": "Missing or bad formatted authorization header\nUnauthorizedError: Missing or bad formatted authorization header\n at Object.basicAuth (/app/node_modules/fastify-basic-auth/index.js:23:12)\n at hookIterator (/app/node_modules/fastify/lib/hooks.js:246:10)\n at next (/app/node_modules/fastify/lib/hooks.js:174:16)\n at hookRunner (/app/node_modules/fastify/lib/hooks.js:196:3)\n at preValidationCallback (/app/node_modules/fastify/lib/handleRequest.js:104:5)\n at handler (/app/node_modules/fastify/lib/handleRequest.js:76:7)\n at handleRequest (/app/node_modules/fastify/lib/handleRequest.js:24:5)\n at next (/app/node_modules/fastify/lib/route.js:545:7)\n at Object.preParsing (/app/node_modules/[@fastify/compress/index.js:299:14](https://matrix.to/#/@fastify/compress/index.js:299:14))\n at next (/app/node_modules/fastify/lib/route.js:552:16)", "msg": "Missing or bad formatted authorization header" }
this sending a 500 instead of a 401 prevents the browser from generating the user/pass popup
this means the UI is not usable when QRYN_USER and QRYN_PASSWORD are set
The text was updated successfully, but these errors were encountered:
{ "level": 50, "time": 1698681199146, "pid": 18, "hostname": "[ip-10-150-4-38.eu](http://ip-10-150-4-38.eu/)-west-1.compute.internal", "name": "qryn", "reqId": "req-5w", "err": "Missing or bad formatted authorization header\nUnauthorizedError: Missing or bad formatted authorization header\n at Object.basicAuth (/app/node_modules/fastify-basic-auth/index.js:23:12)\n at hookIterator (/app/node_modules/fastify/lib/hooks.js:246:10)\n at next (/app/node_modules/fastify/lib/hooks.js:174:16)\n at hookRunner (/app/node_modules/fastify/lib/hooks.js:196:3)\n at preValidationCallback (/app/node_modules/fastify/lib/handleRequest.js:104:5)\n at handler (/app/node_modules/fastify/lib/handleRequest.js:76:7)\n at handleRequest (/app/node_modules/fastify/lib/handleRequest.js:24:5)\n at next (/app/node_modules/fastify/lib/route.js:545:7)\n at Object.preParsing (/app/node_modules/[@fastify/compress/index.js:299:14](https://matrix.to/#/@fastify/compress/index.js:299:14))\n at next (/app/node_modules/fastify/lib/route.js:552:16)", "msg": "Missing or bad formatted authorization header" }
this sending a 500 instead of a 401 prevents the browser from generating the user/pass popup
this means the UI is not usable when QRYN_USER and QRYN_PASSWORD are set
The text was updated successfully, but these errors were encountered: