Upgrading from 0.35.2 to 0.35.4 caused error on Accounts page
After upgrading my self hosted instance from 0.35.2 to 0.35.4, the connected accounts disappeared from the acounts page and I got the error "undefined is not iterable (cannot read property Symbol(Symbol.iterator))".
Should I have run any special upgrade commands? Or any other tips?
Thank you very much, Rob
9 Replies
Could you check if you have data in
connectedAccount
table? Simply run select * from <workspace>."connectedAccount"
query in DB, if it returns at least 1 record, then that means data is still thereI reverted back to 35.2 and the account was still there and working.
That's one way to solve it, could you report this issue then? I believe it's a blocker
Hi @Rob, did you create an issue by any chance?
@Rob do you also have the issue upgrading to 0.35.6?
if yes, could you share your dev console logs?
I'm unaware of this issue, so we might have to schedule a call to debug it
but let's try to solve it async first
@charles should we halt upgrading to 0.35.6?
nope, it's working as far as I know 🙂 Rob might have a legacy issue we missed previously
shit... @charles I looked up my version, and I'm on 0.33.7. Real legacy version
@charles anything that I should be prepared before upgrading?
Probably back up your database, instructions are in docs just in case
Sorry for delayed response. I ended up rolling back, disconnecting linked Google accounts from all users, then upgraded and reconnected. Now everything works fine. And also updated to v0.40.0 and everything looks good