Skip to content

Commit 6ce9d0e

Browse files
prastoinijreilly
authored andcommitted
Upgrade guide cache flush for 0.55 user permissions not found (#12765)
Related to #12651
1 parent e397e56 commit 6ce9d0e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ Upgrade your Twenty instance to use v0.55 image
3232
You don't need to run any command anymore, the new image will automatically care about running all required migrations.
3333

3434

35+
### `User does not have permission` error
36+
37+
If you encounter authorization errors on most requests after upgrading, you may need to flush your cache to recompute the latest permissions.
38+
39+
In your `twenty-server` container, run:
40+
```bash
41+
yarn command:prod cache:flush
42+
```
43+
44+
This issue is specific to this Twenty version and should not be required for future upgrades.
45+
3546
### 0.54
3647

3748
Since version `0.53`, no manual actions needed.

0 commit comments

Comments
 (0)