I got this error:
MLRunPreconditionFailedError: 412 Client Error: Precondition Failed for url: http://localhost:8080/api/v1/projects: Failed creating project tutorial-<name> details:
MLRunPreconditionFailedError('API is waiting for migrations to be triggered. Send POST request to [/api/operations/migrations](https://file+.vscode-resource.vscode-cdn.net/api/operations/migrations) to trigger it')
when I called this source code:
import mlrun
...
mlrun.set_env_from_file(envFile)
project = mlrun.get_or_create_project("test", "./", user_project=True)
I used MLRun CE 1.3.0 in Desktop Docker. Did you solve the issue?