The requested URL was not recognized when I create a new magazine

Hi @asmecher, the “files” folder is not in the public directory, on my server the folders would look like this:

files_dir = “/var/www/www/vhosts/criticae.es/files”
OJS (public folder) = “/var/www/vhosts/criticae.es/httpdocs”

I just looked at the browser console and when I get the warning “The requested URL was not recognized” in console appears:

[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (index.php, line 0)
https://criticae.es/index.php?journal=*&endpoint=/*/api/v1/contexts

{
“error”: “api.404.endpointNotFound”,
“errorMessage”: “La URL solicitada no fue reconocida.”
}

Do you know what this may refer to?