coolify icon indicating copy to clipboard operation
coolify copied to clipboard

[Bug]: Gitea Internal Server Error Page

Open wallaceosmar opened this issue 2 years ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Example public repository

No response

Description

Traefik send and Internal Server Error page for any instance new or old of gitea. Edit: Server ARM

Steps To Reproduce

  1. Create a new service
  2. Chose Gitea
  3. Complete the FQDN
  4. Deploy

Version

2.12.21

wallaceosmar avatar Feb 26 '23 19:02 wallaceosmar

Couldn't find gitea in coolify version 3.12.21. Any advice?

leopku avatar Feb 28 '23 06:02 leopku

2023-03-07T11:27:20.265547607Z 2023/03/07 11:27:20 ...s/graceful/server.go:62:NewServer() [I] [64071f98-26] Starting new Web server: tcp:0.0.0.0:3000 on PID: 15

2023-03-07T11:27:35.818441946Z kex_exchange_identification: client sent invalid protocol identifier "GET / HTTP/1.1"

2023-03-07T11:27:35.818478306Z send_error: write: Broken pipe

2023-03-07T11:27:35.818482146Z banner exchange: Connection from 172.16.16.6 port 51580: invalid format

2023-03-07T11:27:35.879714757Z kex_exchange_identification: client sent invalid protocol identifier "GET /favicon.ico HTTP/1.1"

djfinch avatar Mar 07 '23 11:03 djfinch

I got it fixed. Will be added to the next version.

andrasbacsai avatar Mar 20 '23 11:03 andrasbacsai

@andrasbacsai got same errors on v4.0.0-beta.205

2024-02-04T03:28:06.548857120Z 2024/02/04 03:28:06 cmd/web.go:117:showWebStartupMessage() [I] Prepare to run install page
2024-02-04T03:28:06.808077065Z 2024/02/04 03:28:06 cmd/web.go:304:listen() [I] Listen: http://0.0.0.0:3000
2024-02-04T03:28:06.808197818Z 2024/02/04 03:28:06 cmd/web.go:308:listen() [I] AppURL(ROOT_URL): http://localhost:3000/
2024-02-04T03:28:06.808282629Z 2024/02/04 03:28:06 ...s/graceful/server.go:70:NewServer() [I] Starting new Web server: tcp:0.0.0.0:3000 on PID: 16
2024-02-04T03:28:17.837404795Z kex_exchange_identification: client sent invalid protocol identifier "GET / HTTP/1.1"
2024-02-04T03:28:17.837478246Z banner exchange: Connection from 172.27.0.2 port 46388: invalid format
2024-02-04T03:28:18.195819748Z kex_exchange_identification: client sent invalid protocol identifier "GET /favicon.ico HTTP/1.1"
2024-02-04T03:28:18.195871908Z send_error: write: Broken pipe
2024-02-04T03:28:18.195876069Z banner exchange: Connection from 172.27.0.2 port 46398: invalid format

UPD: Do not remove 3000 port, it should be https://gitea.example.com:3000/ in the config

fipnooone avatar Feb 04 '24 03:02 fipnooone

I'm getting the same errors as @fipnooone. @fipnooone what did you mean by not removing the 3000 port in the config?

jhgalino avatar Jul 02 '24 03:07 jhgalino