Upgrading from v0.41.5 to v0.42.6 does not work

I am using tag "v0.42.6" in my deployment file. After running the commands for the migration :
yarn database:migrate:prod
yarn command:prod upgrade-0.42
yarn database:migrate:prod
yarn command:prod upgrade-0.42
I get an error message when I try to log in : "Unable to Reach Back-end UserWorkspace not found" I have not changed any of my environment variables. Noticed these were the changes in the new version : Removed: FRONT_PORT, FRONT_PROTOCOL, FRONT_DOMAIN, PORT Added: FRONTEND_URL, NODE_PORT, MAX_NUMBER_OF_WORKSPACES_DELETED_PER_EXECUTION, MESSAGING_PROVIDER_MICROSOFT_ENABLED, CALENDAR_PROVIDER_MICROSOFT_ENABLED, IS_MICROSOFT_SYNC_ENABLED Do I need to add or configure these ? Are their configuration mandatory for the upgrade ? https://github.com/twentyhq/twenty/issues/10350 When checking the backend I get this error : ``````
GitHub
Upgrading from v0.41.5 to v0.42.6 does not work · Issue #10350 · tw...
After running the commands for the migration : yarn database:migrate:prod yarn command:prod upgrade-0.42 I get an error message when I try to log in : "Unable to Reach Back-end UserWorkspace n...
1 Reply
Prastoin
Prastoin3d ago
Hello @Kernel (+1 🥖)
I have not changed any of my environment variables. Noticed these were the changes in the new version :
Indeed you should have ! our bad the migration guide is not very self-explanatory on this We've replaced few env variables that were either too generic or overkill abstractions You can have a look to the server .env.example for some references

Did you find this page helpful?