rystaf / mlmym

a familiar desktop experience for lemmy
GNU Affero General Public License v3.0
246 stars 16 forks source link

Blank page on ARM #97

Closed extremelyonline closed 6 months ago

extremelyonline commented 6 months ago

Hello, my public instance stopped working a while ago. A blank page was shown instead of the homepage. There is no error in the container log.

I was using ghcr.io/rystaf/mlmym:latest. My servers are on ARM architecture. I suspect this issue maybe specific to ARM, would anyone else please confirm?

Currently, I rolled back to ghcr.io/rystaf/mlmym:0.0.30, which works.

rystaf commented 6 months ago

fixed in latest release 0.0.36

extremelyonline commented 6 months ago

Thanks @rystaf. A minor problem: with the latest docker image, the following environment variables must be set.

Otherwise, visitors are directed to o.opnxng.com/lemm.ee (which has nothing) instead of o.opnxng.com/lemm.ee/?sort=Hot&listingType=All after they entered the custom domain.

Not a huge issue but just FYI.

      - LISTING=All
      - SORT=Hot
      - COMMENT_SORT=Hot