Replies: 4 comments 2 replies
-
|
Hi @trijumeau! I'm Dosu and I’m helping the blinko team. The "tRPC Unauthorized" error in your blinko-website container usually means the server isn't recognizing your session or credentials. This often happens if authentication is misconfigured, cookies or tokens are missing, or environment variables like For backup export, Blinko now restricts downloads to superadmins for security. If you're logged in but can't save the backup, check that your account has the right permissions. Also, make sure your Docker mounted data directory isn't owned by root—otherwise, Blinko can't write the backup file during export. Fix this by adjusting directory permissions so the container user has read/write access source. Here's a quick troubleshooting checklist:
If you still see the error, let me know your authentication method (local vs OAuth) and any proxy setup—those details help narrow down the cause. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
The installation is running correctly, the 2 containers are launched and the trpc error occurs as soon as I create the admin account |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I installed Blinko on a Proxmox virtual machine with a Debian 12 image.
The containers are installed correctly. I can connect to the dashboard, but when I look at the blinko-website container logs, I get a loop of errors:
tRPC error: WZ [TRPCError]: Unauthorized
at /app/server/index.js:499:15498
at vBn (/app/server/index.js:496:64529)
at e (/app/server/index.js:496:64994)
at /app/server/index.js:3840:3343
at Array.map ()
at AWr (/app/server/index.js:3840:2864)
at async /app/server/index.js:3840:10611 {
cause: undefined,
code: 'UNAUTHORIZED'
}
I can't save my blinko backup: blinko_export.bko by clicking on it.
I find this program very interesting, but it's a shame I can't install it properly.
Do you have a solution?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions