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
When the CRUD API plugin can't load the specified API data file, it disables the API actions so that the API doesn't work (because there's no backing data for it). It however doesn't show any error the user about it, so it's confusing why the API is loaded but it's not working.
Expected behaviour
When the CRUD API can't load an API data file, it shows an error to the user additionally to disabling the API actions
Actual behaviour
Proxy doesn't show an error to the user
Steps to reproduce
Define a CRUD API pointing to a non-existent API data file