After upgrading to 1.6.0 nothing is accessible
The response of a lot of queries is:
22 Replies
Please try clearing cache
Yarn command:prod cache:flush
getting the same error
tried to clear cache, delete postgres and redis docker image and followed the local setup step by step
What's your workspace version in database
Core.workspace.version
[null]
Are you building your own twenty image ?
no, I just ran
make postgres-on-dockerI'm not sure to understand
If you consume one of the official twenty image your workspace version cannot be null
Twenty - Local Setup
The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)
FWIW I'm having the same issue, but it happened upgrading from 1.7.3 to 1.7.6
Which isn't even supposed to be a database change
and both Apple and YC workspace have [null] version
No amount of yarn jiggery-pokery helps
I will attach a much more thorough log
So you're not deploying a version of twenty such as op ( unless I'm mistaken ) but rather having a trouble issue with local env
Please crête a dedicated help thred
It's normal to have a null version in local
You can try running npx nx database:reset too
There's no need to run any command between patch version
Please clear you cache
I'm currently on version 1.7.6, but the issue persists. Using the docker compose stack. Also tried clearing cache, manually clearing redis cache without luck
Hey @Daan what's your workspace version in db please
Same issue. It looks like
metadata:permissions:user-workspace-role-map cache key is not setting on the current master, or refreshed from DB. checking out to v1.6.0, everything works correctly.The workspace version, shows also 1.7.6 and metadata version 39
As I said already no amount of fussing with yarn helps
Same here, having this logs after doing manual migration
Migration "ActivateUnaccentExtension1758117800000" failed, error: cannot change name of input parameter "input"
I'm using 1.6.7 because of the comment on Github TagThat might be a different problem
ah
well, everything works well in 1.5, whenever I want to migrate to 1.6 I start having issues with migrations
nvm, fixed it by forcing migrations
This is fixed in version 1.7.7, thanks @prastoin!