@Shruthikini Here is a log excerpt starting with the click on the “continue” button on the welcome page at Drone CI , created with “docker logs --follow”
{"fields.time":"2022-10-10T18:39:08Z","latency":38792,"level":"debug","method":"GET","msg":"","remote":"10.10.10.21:56370","request":
"/login","request-id":"2FxI8Ttn43b6RW4S6MiolZ589JM","time":"2022-10-10T18:39:08Z"}
{"fields.time":"2022-10-10T18:39:08Z","latency":33561,"level":"debug","method":"GET","msg":"","remote":"10.10.10.21:56372","request":
"/gitea.netzwissen.de/login/oauth/authorize?client_id=8493a5b8-417b-4460-96a3-25fe07b7cd86\u0026redirect_uri=https%3A%2F%2Fdrone.netz
wissen.de%2Flogin\u0026response_type=code\u0026state=b80704bb7b4d7c03","request-id":"2FxI8WPLYhJ3wDPbIjTUXIEwx9m","time":"2022-10-10T
18:39:08Z"}
{"level":"debug","msg":"api: authentication required","request-id":"2FxI8XDHBczBXT0ME09s1kzZKNJ","time":"2022-10-10T18:39:09Z"}
{"level":"debug","msg":"api: guest access","request-id":"2FxI8XDHBczBXT0ME09s1kzZKNJ","time":"2022-10-10T18:39:09Z"}
{"fields.time":"2022-10-10T18:39:09Z","latency":215559,"level":"debug","method":"GET","msg":"","remote":"10.10.10.21:56374","request"
:"/api/user","request-id":"2FxI8XDHBczBXT0ME09s1kzZKNJ","time":"2022-10-10T18:39:09Z"}
{"level":"debug","msg":"events: stream opened","request-id":"2FxI8byQPYagQvyauAES2Jb9b2E","time":"2022-10-10T18:39:09Z"}
{"error":"sql: no rows in result set","level":"debug","msg":"api: repository not found","name":"login","namespace":"gitea.netzwissen.
de","request-id":"2FxI8eNeSQRrihJQV8SRPh4Vmu8","time":"2022-10-10T18:39:09Z"}
{"level":"debug","msg":"api: guest access","request-id":"2FxI8eNeSQRrihJQV8SRPh4Vmu8","time":"2022-10-10T18:39:09Z"}
{"fields.time":"2022-10-10T18:39:09Z","latency":386206,"level":"debug","method":"GET","msg":"","remote":"10.10.10.21:56378","request"
:"/api/repos/gitea.netzwissen.de/login","request-id":"2FxI8eNeSQRrihJQV8SRPh4Vmu8","time":"2022-10-10T18:39:09Z"}
I don’t understand that
"error":"sql: no rows in result set",
I guess that the 404 we see is just a result of something going wrong even earlier …
Any ideas ??