mock-server / mockserver-ui

A dashboard to view the expectations, requests, and logs in MockServer
http://mock-server.com
20 stars 9 forks source link

Dashboard 404 Error while Running #33

Closed ghost closed 10 months ago

ghost commented 1 year ago

Hello everyone,

I'm a student and for my school work I'm trying to implement the MockServer solution via a Kubernetes cluster.

However, I'm experiencing some problems: most of the time, when I launch my cluster/pod, the dashboard returns a "404 Page Not Found" even though I'm able to call the pod with API requests.

I really don't understand, I thought it could come from the ressources allocated but I haven't found any minimum requirement. With 1 Gi of memory and 1 CPU it doesn't seem to work.

The problem is that 1 time out of 10 it works but as soon as I go to refresh the page there's a good chance it'll crash.

My YML deployment deploys a custom image containing JSON files of expectations copied directly into the image to be loaded directly.

I don't know if that's what's making my dashboard crash...

Could you please help me?

Thanks, Elio Malfara