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
I'm getting the following error when trying to login:
{ "errorMessage": "FileMaker Admin API version 1 is not supported. To learn about FileMaker Admin API version 2, see FileMaker Admin API Reference at https://myserver.com/fmi/admin/apidoc", "result": -1 }
I'm using this with FileMaker Server 19.2.1.23.
I tried simply changing the references to fmi/admin/api/v1 to fmi/admin/api/v2 but that results in a different error:
I'm getting the following error when trying to login:
{ "errorMessage": "FileMaker Admin API version 1 is not supported. To learn about FileMaker Admin API version 2, see FileMaker Admin API Reference at https://myserver.com/fmi/admin/apidoc", "result": -1 }
I'm using this with FileMaker Server 19.2.1.23.
I tried simply changing the references to fmi/admin/api/v1 to fmi/admin/api/v2 but that results in a different error:
{ "response": {}, "messages": [ { "code": "1700", "text": "Resource doesn't exist" } ] }
The text was updated successfully, but these errors were encountered: