I have been using and developing an app for some months now, I’ve been using the Parse plugin (back4app as parse solution), It has been working well for months, but yesterday out of the blue any parse request always returns an error (HTTP-STATUS-LINE: HTTP/1.1 403 Forbidden) I’ve made sure all my keys are correct, and that I should be authorized, but still the error occurs, I made a try to call the request myself using network.request and IT WORKED, ??!!! So when I send the request using network.request it works but when I send it using parse plugin it returns the above error.
Note: last time the plugin was updated was a long time ago, I haven’t changed anything that would cause this and to make sure that the problem wasn’t from my code I made a new project from scratch to test if the error still occurs and it still occurs.
I have tried from another pc and the problem still occurs.
I have tried from another internet and the problem still occurs.