-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please Help - Installation via Docker, cannot create event #150
Comments
Hm, it's really odd that everything starts up successfully but the server just mysteriously fails. I'll see if I can replicate this! |
I can replicate. My setup is pretty vanilla, too. I'm using nodemailer, instead of SendGrid, though.
|
I still can't replicate, although at the moment the only machine I have access to is an M1 MacBook, which I don't think is necessarily the best testing machine for this. I have however just made some commits which have pushed the Node version to 20 and removed that |
Setting @lowercasename for vis 👀 |
Oh well done - I've fixed this! It was a pretty egregious bug in the ActivityPub router which made all routes listed after that router to return 404 when ActivityPub was disabled. |
Hello, I have installed my instance via docker on a NAS and am struggling to get it up and running.
Ultimately, the error message isn't specific enough to help me troubleshoot it on my own.
A note on my config and things I have tried:
RUN cp config/config.example.toml config/config.toml
as it kept overwriting my config file with the default config settingsdocker-compose.yml:
Dockerfile
config.toml:
error message: https://imgur.com/MKYZQrf
Result of
docker logs gathio-gathio-1
:The text was updated successfully, but these errors were encountered: