You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the microservices (via docker or via spring boot) everything works well but the curl examples with Gateway. They return an empty body and don't write any error in logs. The aggregate works fine.
For example:
curl http://localhost:8080/ -H "Authorization: Bearer <YOUR TOKEN>" works well.
curl http://localhost:9000/catalog -H "Authorization: Bearer <YOUR TOKEN>" works badly. (200 but empty body).
When I run the microservices (via docker or via spring boot) everything works well but the curl examples with Gateway. They return an empty body and don't write any error in logs. The aggregate works fine.
For example:
curl http://localhost:8080/ -H "Authorization: Bearer <YOUR TOKEN>"
works well.curl http://localhost:9000/catalog -H "Authorization: Bearer <YOUR TOKEN>"
works badly. (200 but empty body).curl http://localhost:9000/product/1 -H "Authorization: Bearer <YOUR TOKEN>"
works well.Thanks for your help.
The text was updated successfully, but these errors were encountered: