[SOLVED] API Restore 403 for Admin account

Hi,

when I try to restore an app via API its giving me 403.

Im using admin account (client_id and client_secreat generated via profile) .
Payload: application/json (name and url string)
Squidex version: 4.6.0
Response:
{
“type”: “https://tools.ietf.org/html/rfc7231#section-6.5.3”,
“title”: “Forbidden”,
“status”: 403,
“traceId”: “|42969483-482a884fd0065e08.”
}

Please use the template for support requests next time. Are you sure that you have admin permissions to your installation?

Sorry I will.

Im using only admin account as the ICT of the company.

It could be a bug. I will have a look. In the meantime you can also create an admin client: https://github.com/Squidex/squidex/blob/master/backend/src/Squidex/appsettings.json#L606

Admin client from the appsettings.json works :slight_smile:

Thank you very much, Sebastian.

Thx, I will change it to a bug, but I remember that this has already popped up and could have been fixed already.

it was indeed a bug and has been fixed.

This topic was automatically closed after 2 days. New replies are no longer allowed.