Can't access panel "JSON response from the API could not be parsed"

Hi there,

I’m starting a new project that I just uploaded on an actuel website of mine https://studiodailleurs.com/greenfleuriste/
Thing is, I can’t access panel because of this :
Capture d’écran 2020-05-05 à 14.52.16

Any idea why ?
(sorry I’m not a developper :confused: )

Thanks !

Try with removing the security headers from the .htaccess file

Do you mean by commenting out these lines ?

# RewriteCond %{HTTP_HOST} !=localhost
# RewriteCond %{HTTP_HOST} ^www\. [NC,OR]
# RewriteCond %{HTTPS} off
# RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
# RewriteRule ^ https://%1%{REQUEST_URI} [R=301,L,NE]

Done. But it doesn’t change much :confused:

Ok, I just realized I edited the wrong htaccess file.
I’m hosting a work in progress website on an existing website. So I created a file with the name of the new website I’m working on (greenfleuriste) at the root of my existing site (studiodailleurs).
Anyway, I cleaned the original htaccess file, commented out the one in the greenfleuriste file (and even renamed it) and I don’t have an API issue anymore but a 404 one.