• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Chevereto 3 - json error

Status
Not open for further replies.

vlaur

Chevereto Member
Succesfull upgraded to version 3 but the only problem i have is this:
Code:
Failed to load resource: the server responded with a status of 400 (Bad Request) http://domain.tld/json?action=list&list=images&sort=date_desc&page=2&_=1396798764923

I'm using nginx webserver.

Need some rewrite for it ?
 
Yes, you need to bind all non existent folder request to index.php
 
I think here is a problem with sending requests behind proxy.
The system needs a proper rewrite rule to "index.php" and that is. Everything related to the URL rewriting is not in the script layer is just your server, in the case of Apache an .htaccess file has the rules, you have to adapt nginx to that. My recommendation: Use nginx over apache.
 
Status
Not open for further replies.
Back
Top