Description
Error Message and Logs
I have semi-successfully deployed Mobilizon, but it performs really weirdly. It seems to be working but REEALLY slow with loading events, also it does not correctly load historical (passed) events.
The errors include many 500 Network Errors in the browser console, but the app logs in coolify doesn't show anything too bad. I've tried to fix it or debug it with AI - and it always pointed me either at problems with /api endpoint or relay connections (yeah I haven't figured relays so far either).
╰─λ curl -X POST https://MY-MOBILIZON-GTLD/api
{"errors":[{"message":"No query document supplied"}]}
So based on this, I think /api endpoint works. Can you guys lead me to the next clue, what should I investigate? Mobilizon is just a web service and a database, only two containers. I can share the docker-compose and list of variables I've used if needed.
It's quite an important project for me as I'm trying to replace meetup that got removed due to someone not paying a lot of money to meetup dot com :) Thanks for your help!
Steps to Reproduce
- Deploy Mobilizon on Coolify via docker-compose
- Access your installation
- See that pages with events take a minute or two to load and they throw a bunch of 500 errors
- Doubt what you did wrong and make github issue after several days of debugging
Example Repository URL
https://framagit.org/framasoft/joinmobilizon/docker/-/blob/master/docker-compose.yml
Coolify Version
v4.0.0-beta.420.5
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Arch Linux Rolling
Additional Information
No response