Closed EvgeniyEA closed 2 years ago
@xneyder Do we need to add any changes to the tests pr to fix this error
run tests
I am not really sure what we need to do in this case, are you looking for a change in the infrastructure?
It seems to be an environment mismatch. The project id came from the webapp logic so it is the correct project the user is on, but the upload is calling the api from this config:
If the user is on a different env as the api then the project the user is trying to upload the model to would not match.
I have created this PR to set the pathmind-api URL. https://github.com/SkymindIO/pathmind-webapp/pull/3708
Tests for https://github.com/SkymindIO/pathmind-webapp/pull/3642