You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling delete_project_now() on a project that's been deleted using the dashboard fails with a client error:
Mergin.mergin.common.ClientError: HTTP Error: 404 NOT FOUND
URL: https://app.merginmaps.com/v1/project/workspace/projectName
Method: GET
Detail: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
It seems the v1 api is used there and it's failing.
The text was updated successfully, but these errors were encountered:
Calling
delete_project_now()
on a project that's been deleted using the dashboard fails with a client error:It seems the
v1
api is used there and it's failing.The text was updated successfully, but these errors were encountered: