File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
packages/twenty-website/src/content/developers/self-hosting Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,17 @@ Upgrade your Twenty instance to use v0.55 image
32
32
You don't need to run any command anymore, the new image will automatically care about running all required migrations.
33
33
34
34
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
+
35
46
### 0.54
36
47
37
48
Since version ` 0.53 ` , no manual actions needed.
You can’t perform that action at this time.
0 commit comments