[solved] Workspace stuck in 0.55.9
Hi, all. I just migrated from v1.2.0 to 1.3.1 and suddenly, everything broke. I am getting a black screen without a sidebar menu.
I found these runtime server logs, but dunno what they actually mean (business user):
`

44 Replies
Rolling back to v1.2.0. killed everything:

Hello there, seems like you're having issue with translations. But it should not be a blocking issue
Related post
https://discord.com/channels/1130383047699738754/1339241697934311504
Could you please share your browser console logs
Especially failing network request responses
Looking at the admin panel, at first, all systems seem operational.
BUT: When wanting to see more detail for the worker, I get the error "Queue information is not available because the worker is supposedly down".


I am getting 500 errors from some graphql requests. I attached the request.
And here's the response:
`
Seems like your missing API key migration
What s your workspace version in db ?
Great question. How do I find out 😂?
I went back up to the version 1.3.1, if that's what you mean with "workspace".
With the AI's help, here's what I found: workspace metadataVersion = 64.
Not the metadata but version at core.workspace.version
0.55.9 appears correct
Seems like your workspace is blocked in
0.55.9
Please try fixing your instance by downgrading it to 0.55.9
and re-attempt the upgrade process sharing any encountered errorsBut I am already on 0.55.9, so to what version should I downgrade it to? And are there any guides or so on how to do that specifically? Or does that just involve rolling back to 1.3.0 or 1.2.1 and sharing the errors popping up there?
Oh, hold on. YOu mean roll back all the way to v0.55.9? But I was never on that version. I joined to project when it was on v1.0 or so.
0.55.9 is the version just before 1.0.0
And yes you need to 0.55 -> 1.0 -> 1.1 -> 1.2 -> 1.3
So here are the errors I encountered when going to v0.55 in my postgres container:
And this happened in the worker container when moving to v1.0:
In both cases the app would not load and just show this

Here are the error logs after switching to 1.1
Worker container:
The postgres container also showed some errors:
`
But while the app is still not working there aren't any GraphQL errors with v1.1 (forgot to check the versions before)
And now version 1.2. App is still not functioning (being sent to the welcome page, but seein nothing), but postgres and redis are ready to accept connections. Not seeing any other errors strangely.

And for the grand finale: v1.3. Again: postgres and redis seem fine and are waiting for connections. And I'm not seeing any errors in the server or worker container either directly after installation.
But when going to the app, there's 500 error:
So despite all that, I seem to have landed right back where I started. I am still stuck on 0.55.9 according to my db.
Please do not upgrade to a next version until your workspace version in db equal the installed twenty instance
If you do you will miss migration resulting across time in blocking issue
Seem to be a duplicated of https://discord.com/channels/1130383047699738754/1405234431085772891
Will have a look within the day
OK, so when / how does the workspace version change if not by installing the next version? I'm back down to 0.55.9 now.
When upgrading to the next version, if the upgrade and migrate are successfull your workspace version will get updated to the currently run twenty instance version
In that case even the first upgrade appears to be failing. Unsure why though. And to top it off: Nothing is working anymore right now either
You might have corrupted your workspace
What's not working ? Please share errors of the current failing version upgrade
Do you have any backups ?
Nothing is. Getting this screen. Only error I can see is in the postgres container
No backups unfortunately
Nevermind all this. I just reinstalled everything and am now on v1.3.0. It was probably less pain than trying to figure out how to fix this stuff.
@BigKahuna Can you clarify what steps you took to remedy this?
Will, like I said: I deleted everything and started from scratch
Do you mean you manually re-entered data into a blank database?
facing similar issue. i'm on 1.2.1 (everything is fine) and when i upgrade to 1.3.0 or 1.3.1 i get the same erros OP got. both the graphql 500 aswell as the translation issues. did you find a solution that does not include copying data manually? or there any configs that need to be set properly for this update?
workspace version is 1.2.1
Hello @flomero not the same issue here than you
No need to reset your instance please try running translation codegen commands
Hey! The way i solved it was by first checking docker logs, i noticed there was a DB error: 'collation version mismatch' manually, first fixed that by accessing twenty-db container and excecuting the commands suggested by postgre. ALTER DATABASE <db name> REFRESH COLLATION VERSION; on all the databases. But this only solved db errorrs on the container.
Then i downgraded back to 1.2.0, which first showed me an error, but then i tested on incognito and it worked so I deleted cache on the browser. And afterwards i started doing the upgrade in steps. v1.3.0 then v1.3.1
I have the same problem as you. I decided to delete everything too. I'll come back soon and reset everything and start over, because I honestly can't.
You can ignore the translation message, it's just a warning. Could you check what your browser network tab?
I think the server is sending back an error to the FE but not logging it. There was a breaking change in views between 1.2 and 1.3, it might be it
getting this 500 graphql error OP also got:
https://discord.com/channels/1130383047699738754/1406698879575130254/1406885399548264538
Could you both share the response from your network tab?
let's not mix the thread too, it's not helping :p
Request URL: https://xxx/graphql
Request Method: POST
Status Code: 500 Internal Server Error
Payload: (removed parts of the query bc of msg length limit)
Response:
and login does not properly work (the redirect) but if i then change the url to just baseurl i am able to go to the admin dashboard which shows everything as operational but all collections aswell as views dont show up
Hello guys it's really hard to follow several issue within the same thread, we may have been sharing the same translations error but it has never been blocking
It seems like you all have différents root cause for the moment
Please review your workspace version in database in core.workspace.version
If you workspace version is lower than the current installed version it means you should downgrade your instance and retry upgrade of the current workspace version
It should be failing for some reasons and this is your error
Seems like your missing priors migrations around api keys please do as above
I'm locking this thread for the moment please feel free to reopen new ones with the minimal required information:
- twenty installed version
- workspace version
- any error logs related to an upgrade process ( translations bring a false positive )