• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

When I upload a image, I can't see the image, only get Invalid API key

Status
Not open for further replies.

geuro

Chevereto Member
Then I change the api_mode to Public, it becomes empty source.
but the api works fine, I can upload image by api and get the right callback.
 
Now I can upload images by api, but I can't upload images from the homepage.
I think maybe it's a nginx rewrite error?
 
The URL img.juetuzhi.net
when I change nginx rules to
Code:
        location / {
        try_files $uri $uri/ /api.php;
        }
I got this:

{"status_code":403,"status_txt":"Invalid API key"}


when I change nginx rules to
Code:
        location /api {
        try_files $uri /api.php?$args;
        }
I got a 404 page.
 
Well i use nginx but i didn't config it so not sure.

Rodolfo will know straight away most probably as he uses nginx as well so please wait for his reply.
 
Status
Not open for further replies.
Back
Top