Hello,
We are getting a 404 error saying that this URL cannot be found:
We got the project/scenario/econ-run ids through the api. Is there a way to check why are we getting this error?
Hello,
We are getting a 404 error saying that this URL cannot be found:
We got the project/scenario/econ-run ids through the api. Is there a way to check why are we getting this error?
Eduardo,
The most likely reason why this would happen, is that somebody re-ran economics. The current behavior in the ComboCurve app is that the previous run will get deleted when a new run is started.
Regards
Thank you Maikel, that makes sense.
It could also be that the project id or scenario id in the URL don’t exist:
GET /v1/projects and double check that a project with id 60a689e71790070012052744 exists.GET /v1/projects/{project-id-here}/scenarios and double check that a scenario with id 60a68dd6be0a8f16785532d8 exists.(But this is not your case
)
Regards