Skip to content
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/regression: all REST API calls return 200 with empty response #1074

Closed
fbarbu15 opened this issue Mar 27, 2024 · 1 comment · Fixed by #1075
Closed

bug/regression: all REST API calls return 200 with empty response #1074

fbarbu15 opened this issue Mar 27, 2024 · 1 comment · Fixed by #1075
Assignees
Labels
bug Something isn't working

Comments

@fbarbu15
Copy link

Describe the bug
Starting with last evening all REST API calls to a harbor.status.im/wakuorg/go-waku:latest node return 200 with empty response string ''

To Reproduce
Steps to reproduce the behavior:

  1. Start a node and do any REST API request ex:
curl -v -X GET "http://127.0.0.1:31600/debug/v1/info" -H "Content-Type: application/json"
Note: Unnecessary use of -X or --request, GET is already inferred.
*   Trying 127.0.0.1:31600...
* Connected to 127.0.0.1 (127.0.0.1) port 31600 (#0)
> GET /debug/v1/info HTTP/1.1
> Host: 127.0.0.1:31600
> User-Agent: curl/7.81.0
> Accept: */*
> Content-Type: application/json
> 
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Access-Control-Allow-Origin: *
< Cache-Control: no-cache, no-store, no-transform, must-revalidate, private, max-age=0
< Expires: Thu, 01 Jan 1970 00:00:00 UTC
< Pragma: no-cache
< X-Accel-Expires: 0
< Date: Wed, 27 Mar 2024 07:03:30 GMT
< Content-Length: 0
< 
* Connection #0 to host 127.0.0.1 left intact
(.venv) fbarbu15@florin-dell-pc:~/WORK_DIR/waku-interop-tests$ 

docker_log.log

@fbarbu15 fbarbu15 added the bug Something isn't working label Mar 27, 2024
@chaitanyaprem chaitanyaprem self-assigned this Mar 27, 2024
@chaitanyaprem
Copy link
Collaborator

Hmm, could be due to this #1067.
Taking a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants