After setting up Drone with gitea on a local server I’m getting this error when trying to log in to drone.
I’ve found several threads telling me to remove the ‘/’ at the end of the Git Server variable, but that didn’t help. I would need some more information from drone itself to tell where the invalid data is coming from, so I can search for a solution.
The forward to gitea works and it successfully logs in. Drone answers the next request after that with a redirect to an error page.
- Gitea v1.16.9
- Drone 2.12.1
- "DRONE_GITEA_SERVER=http://git.oas-serv-236"
- DRONE_GIT_ALWAYS_AUTH=true
- DRONE_RUNNER_CAPACITY=2
- DRONE_SERVER_HOST=drone.oas-serv-236
- DRONE_SERVER_PROTO=http
- DRONE_TLS_AUTOCERT=false
- DRONE_GITEA_CLIENT_ID=...
- DRONE_GITEA_CLIENT_SECRET=...
- DRONE_RPC_SECRET=...
- VIRTUAL_HOST=drone
- VIRTUAL_PORT=80
- DRONE_LOGS_DEBUG=true
- "DRONE_USER_CREATE=username:tho,admin:true"