this post was submitted on 14 Aug 2023
4 points (100.0% liked)
Lemmy Support
4650 readers
1 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
These aren't really what you are looking for in the Firefox console. They tell you the line of code with the error, but not which page has the JSON missing itself.
I notice your server says Lemmy 0.18.0 - the current is 0.18.4 - any reason you are attempting an older version?
those are the kind of paths you are looking for that can't be reached and your proxy likely isn't forwarding correctly to the lemmy_server Rust app.
I am running this on an arm64 server and there isn't an official docker build for arm.
I figured out how to get past that screen.
I added this to my Caddyfile after reading this https://caddy.community/t/caddy-v2-how-to-proxy-websoket-v2ray-websocket-tls/7040/9
I got my instance running. Thanks for the suggestions.
Lemmy 0.18.x doesn't use websockets that I know, so I'm not sure why this helped.
I mentioned you are trying to use arm on GitHub... https://github.com/LemmyNet/lemmy/issues/3102
Thanks! I was going to post something on the documentation github about my hack. I'm not sure why it worked but adding that worked.
Maybe it is something to do with Caddy and Nginx not working well together?
We really need an ARM build of this though.