Going to piggy back on this one because I am having similar 500 errors and now some 404’s. I am attempting to test the API GET for Contacts using Postman and OAuth2. This is a fresh install of Mautic on XAMPP as I am just getting development moving along. I am able to authenticate and get a token but when making the GET call I receive the following error.
{“errors”:[{“message”:“Looks like I encountered an error (error #404). If I do it again, please report me to the system administrator!”,“code”:404,“type”:null}],“error”:{“message”:“Looks like I encountered an error (error #404). If I do it again, please report me to the system administrator! (error is deprecated as of 2.6.0 and will be removed in 3.0. Use the errors array instead.)”,“code”:404}}
Is there something that needs to be configured beyond that described above?