T
Twenty3w ago
Rob

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
No description
9 Replies
ɃØĦɆᵾS
ɃØĦɆᵾS3w ago
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 there
Rob
RobOP3w ago
I reverted back to 35.2 and the account was still there and working.
ɃØĦɆᵾS
ɃØĦɆᵾS2w ago
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?
charles
charles2w ago
@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
BitePa
BitePa2w ago
@charles should we halt upgrading to 0.35.6?
charles
charles2w ago
nope, it's working as far as I know 🙂 Rob might have a legacy issue we missed previously
BitePa
BitePa2w ago
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?
ɃØĦɆᵾS
ɃØĦɆᵾS2w ago
Probably back up your database, instructions are in docs just in case
Rob
RobOP7d ago
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

Did you find this page helpful?