eclipse-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
53 stars 162 forks source link

K8S MVD - Postman returning HTTP 404 on calls #330

Open MartinFerenec opened 2 weeks ago

MartinFerenec commented 2 weeks ago

Bug Report

Describe the Bug

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:

image

Observed Behavior

With URL pointing to localhost instead of 127.0.0.1 this can happen:

image

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:

image

paullatzelsperger commented 2 weeks ago

You appear to be using Apache Webserver, correct? so I'm assuming this is more of an Apache issue not correctly resolving localhost.

github-actions[bot] commented 4 days ago

This issue is stale because it has been open for 14 days with no activity.