Skip to content

Upgrade guide cache flush for 0.55 user permissions not found #12765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ Upgrade your Twenty instance to use v0.55 image
You don't need to run any command anymore, the new image will automatically care about running all required migrations.


### `User does not have permission` error

If you encounter authorization errors on most requests after upgrading, you may need to flush your cache to recompute the latest permissions.

In your `twenty-server` container, run:
```bash
yarn command:prod cache:flush
```

This issue is specific to this Twenty version and should not be required for future upgrades.

### 0.54

Since version `0.53`, no manual actions needed.
Expand Down
Loading