-
Notifications
You must be signed in to change notification settings - Fork 346
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
HTTP404 while trying to check the request status. #144
Comments
thanks for sharing this @makautzn, the http202 is just perfect! Regarding the http404, could you please share the outcome from the following two executions:
Also if happens that you find a pod with phase different than Running, I'd suggest to dig a bit deeper by executing:
|
Thanks @ferantivero for your quick response!
"kubectl logs delivery-v010-dev-6864cffd8c-594cg -n backend-dev" output as attached |
thanks for sharing the output logs with us @makautzn, we've been able to reprod this; it seems the little bit oldie Nginx you got installed is truncating the GET url (it cuts the id, so it results in a 404). Please let's follow the troubleshooting steps below to get it back on business. The plan is to install a newer Nginx version:
After this point, you should be able to execute the deliveries GET request without issues 😸 I'm closing this issue for now, but please don't hesite on re-open it or create a new one if you need more support. |
Thanks @ferantivero! Updating NGinx fixed it. |
Hi,
when I POST a new delivery request, I do receive a HTTP202, which seems to be expected.
If I try to check the request status I keep getting HTTP404.
All services seem to be available.
The text was updated successfully, but these errors were encountered: