The most common cause for this is that permission checks have been disabled. They can be turned on via the dashboard, or the API:
await client.updateAppSettings({
disable_auth_checks: true,
});
The most common cause for this is that permission checks have been disabled. They can be turned on via the dashboard, or the API:
await client.updateAppSettings({
disable_auth_checks: true,
});
Comments
0 comments
Please sign in to leave a comment.