-
Notifications
You must be signed in to change notification settings - Fork 136
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
Bug: Issue with file uploads #101
Comments
What image tag of autumn are you using? |
The latest, i just used the git clone command and docker compose up git clone https://github.com/revoltchat/self-hosted revolt
cd revolt
cp .env.example .env
wget -O Revolt.toml https://raw.githubusercontent.com/revoltchat/backend/main/crates/core/config/Revolt.toml
docker compose up |
I am also getting this same issue (except with a status error of 500) with Unrelated to this error, but
|
I solved my issue by running autumn in a separate instance, you may try it. We need to wait a fix. |
Do you mean running autumn as a separate docker container outside the docker compose.yaml file? Could you please share how you configured that? |
Sure. git clone https://github.com/revoltchat/autumn.git autumn
cd autumn
cargo build
export AUTUMN_HOST="0.0.0.0:8081"
export AUTUMN_MONGO_URI="YOUR_MONGODB_URI"
cargo run You may proxy via nginx the port 8081 like AUTUMN_PUBLIC_URL=https://autumn.example.com And that's it. You now can upload files. If you need more help with setup feel free to contact me on Revolt |
@mirkohubtv Thank you! That worked. For anyone who wants to do that using docker:
|
Changing the port for autumn to 3000 in Caddyfile worked for me |
Me too. Thank you for help |
What happened?
Hi there,
I’m trying to self-host Revolt following the official repository on my Windows 11 machine with Docker.
Everything is working fine except for the file uploads (Autumn endpoint). I’ve followed the guide step by step and tried multiple solutions, but after hours of debugging, I still can’t figure out what’s causing the issue.
If anyone has experience with this or can point me in the right direction, I’d greatly appreciate it. I’ve been stuck for quite some time, and I’m running out of ideas. I’m also open to a Discord or Revolt call if that makes troubleshooting easier.
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: