mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 05:13:01 +03:00
🐛 Bug Report: As an admin, I cannot edit a user from the Users page #313
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jonasclaes on GitHub.
Reproduction steps
Expected behavior
It should open the Edit page for the corresponding user.
Actual Behavior
The edit page does not show up, and the browser does not navigate to it. An error pops up in the browser console.
Version and Environment
Pocket ID v0.37.0
Caddy is running as reverse proxy in front of Pocket ID. API routes seem to be working fine as they return valid data. Front end does not look broken.
Log Output
No response
@jonasclaes commented on GitHub:
I've fixed the issue. Leaving the following here in case someone else runs into this: I needed to restart the container a second time, and fully clear the browser cache. Afterwards, the errors went away. My assumption is that some frontend files were not served correctly/up to date.
@kmendell commented on GitHub:
I cant replicate this at all. Have you tried a full container restart yet? im curious if that would fix it.