Starting this morning Jerboa crashes and Connect for Lemmy shows a spinner when trying to access Beehaw. My accounts on other Lemmy instances are working fine.

Is anyone else having similar issues?

  • PenguinCoder@beehaw.orgM
    link
    fedilink
    English
    arrow-up
    22
    ·
    10 months ago

    Hey all. Really sorry this is happening to you. This was due to an upstream breaking change for the latest. Essentially, the DB had stored dates as a ‘naive’ timestamp, without any timezone offset or data. The referenced Lemmy change attempts to change that to be timezone aware in all the code and PSQL. This definitely broke a lot of things. Working on implementing a fix, even if it means rolling back that update for Beehaw.