Hi,
I have this issue since I update to the newer versions of IPB:
It was working fine before, but now I can't get passed this page.
I tried to add the needed file to the folder and gave it 755 permission but that didn't help.
I tried to use the "NGINX" config version that worked before without issues but that didnt work either, config:
location / {
location /api/ {
if (!-e $request_filename){
rewrite ^/api/(.*)$ /api/index.php;
}
}
i