-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Can´t log in after update #11232
Comments
Are you sure you are on |
@FelixMalfait you are right I meant v0.44.19 - will fix it in post. Now I am running older version v0.44.17 and its fine. |
Ah yes you're right it was taken on v0.44.19. But it should have been executed automatically?
|
Hi all I have executed the "yarn database:migrate:prod" successfully, but the login still doesn't work. Is there anything else I can try? Thanks and best regards |
I could fix it with |
Does it mean that entrypoint.sh file should be updated? https://github.com/twentyhq/twenty/blob/v0.50.2/packages/twenty-docker/twenty/entrypoint.sh -> "yarn database:migrate:prod && yarn command:prod upgrade" |
Added to entrypoint.sh, this is one more step to make upgrade easier. Hopefully starting from next major version there should be no more manual action / command to run. |
@lrueegg could you please clarify where you ran the command? I attempted it in the DB container via "docker exec -it ID bash", but I’m not sure if that’s the correct place. I also had to install yarn. |
@FelixMalfait That’s fantastic news! I’ll give it a try as soon as the new image is available on Docker Hub. |
Hi @TwoDoCZ And thank you @FelixMalfait for taking that into the upgrade procedure! |
Still not available in v0.50.9—waiting patiently for its arrival |
0.51 is coming end of week :) (we do one major release every 2 week) |
Bug Description
After update to latest v0.44.19 there is an error that occurs when attempting to create any new record: ApolloError: column FieldMetadataEntity.standardOverrides does not exist
Post update:
Can´t even log in into application. I had to rollback to v0.44.17
✅ v0.44.17
❌ v0.44.19
❌ v0.50.1
Technical inputs
Example:
The text was updated successfully, but these errors were encountered: