Back end listens but curl gives 404 #110

Open
opened 2023-09-15 20:23:23 -04:00 by swami-gk · 1 comment
swami-gk commented 2023-09-15 20:23:23 -04:00 (Migrated from github.com)

Back end listens but curl gives 404

ubuntu@devopsllm:~/DevOpsGPT-master$ netstat -nat | grep LISTEN
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN <<

but back end gives 404,

ubuntu@devopsllm:~/DevOpsGPT-master$ curl http://127.0.0.1:8081
<!doctype html>

<html lang=en>

Not Found

The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

Back end listens but curl gives 404 * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:8081 ubuntu@devopsllm:~/DevOpsGPT-master$ netstat -nat | grep LISTEN tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN << but back end gives 404, ubuntu@devopsllm:~/DevOpsGPT-master$ curl http://127.0.0.1:8081 <!doctype html> <html lang=en> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>
booboosui commented 2023-09-18 01:50:46 -04:00 (Migrated from github.com)

This does not affect the default configuration, you can directly access the browser: http://127.0.0.1:8080

This does not affect the default configuration, you can directly access the browser: http://127.0.0.1:8080
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kuafuai/DevOpsGPT#110
No description provided.