17 Replies
fendle
fendleOP3w ago
I meant from 1.2 to 1.3 I installed temporarily a new instance with a fresh installation and got after reload the same
Prastoin
Prastoin3w ago
Hello @fendle From what version were upgrading from ? Also where do this log comes from ? I assume your browser console ? Have you tried refreshing your server cache using: - npx nx command:prod cache:flush
fendle
fendleOP3w ago
Hi @prastoin , I updated from 1.2.1 to 1.3 with docker compose The logs are coming from the frontend It looks like that a field has no value which is expected, but unfortunately it’s not telling which one
fendle
fendleOP3w ago
the first time when I login I see this:
No description
fendle
fendleOP3w ago
companies as entry is shown but that's it as its running to the issue
fendle
fendleOP3w ago
on reload it's this:
No description
fendle
fendleOP3w ago
I assume its this metadata call. That after the update there is a field expected which is not available or null. I assume there is a migration script missing?
No description
Rorschach
Rorschach3w ago
Same (or very similar) issue here, also upgraded after Docker container to 1.2
Prastoin
Prastoin3w ago
Mhm I'm not aware of any data becoming not null here, could you guys share the failing request response error from the server ?
Joaquim Ley
Joaquim Ley3w ago
Same issue, also from the upgrade guide from v0.53 we are not suppoed to do any manual migrations?
Prastoin
Prastoin3w ago
Could you please share twenty server logs on error occurrence + browser failing request response body ? In order to determine what data is involved? A new not null constraint might have been added without retro compatibility upgrade command
Rorschach
Rorschach2w ago
Can I message details in private?
Prastoin
Prastoin2w ago
Yes ofc, sent your a friend request
Rorschach
Rorschach2w ago
Can you confirm you received my messages?
Prastoin
Prastoin2w ago
Hey @Rorschach, will give this thread a look by the end of the day Did receive your messages well @Joaquim Ley @swin could you please share your workspace version in database located in core.workspace.version You might have not successfully upgraded to 1.3 Yes but it doesn't mean it would be sucessfull
Joaquim Ley
Joaquim Ley2w ago
Fair, I had to do a bunch of rollback and upgrades but it eventually worked, somehow the migrations corrected themselves, unfortunately I dont know the order I did
Prastoin
Prastoin2w ago
For followup @Rorschach workspace was blocked in 0.55

Did you find this page helpful?