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
Postman collection variables point to localhost. In some cases this causes issues with requests returning HTTP 404 error. This can be fixed by changing variables from localhost to 127.0.0.1.
Expected Behavior
After K8S successfully seeded, calls should return data like this:
Observed Behavior
With URL pointing to localhost instead of 127.0.0.1 this can happen:
Possible Implementation
Either update Postman collection variable values or add note to guide that this can happen and how to fix it.
I set variables like this:
The text was updated successfully, but these errors were encountered:
Bug Report
Describe the Bug
Postman collection variables point to
localhost
. In some cases this causes issues with requests returningHTTP 404
error. This can be fixed by changing variables fromlocalhost
to127.0.0.1
.Expected Behavior
After K8S successfully seeded, calls should return data like this:
Observed Behavior
With URL pointing to
localhost
instead of127.0.0.1
this can happen:Possible Implementation
Either update Postman collection variable values or add note to guide that this can happen and how to fix it.
I set variables like this:
The text was updated successfully, but these errors were encountered: