Permissions API

Hi everyone,

I'm getting a 500 error in production when trying to disable push notifications.

It seems to be a permissions issue.

The problem is that the physical 'api' folder no longer exists.

Any ideas on how to grant permissions?

api/push/delete:1 Failed to load resource: the server responded with a status of 500 ()

https://mydomain.com/api/push/delete

  1. Which version are you using? There is no more "api" folder in recent versions, and you should delete the physical "api" folder.
  2. 500 may not be permission issue, there may be PHP error. You may enable Debug and check the HTTP response in your browser or in the log file for the actual error.