• 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

FB Login Problem in Private Mode

Status
Not open for further replies.

latrox

Chevereto Member
Facebook Login dosent work in Private Mode.
I use only FB Login and normal Login.
In Normal (Puplic) Mode it works fine.

When i click on the Facebook symbol in Private Mode nothing happens.
 
Thanks for notice this, I will patch it in 3.3.2

In the meanwhile you can fix it by changing this:
PHP:
$allowed_requests = ['login', 'image', 'album', 'page', 'account'];

To this:
PHP:
$allowed_requests = ['login', 'image', 'album', 'page', 'account', 'connect'];

in app/loader.php
 
Status
Not open for further replies.
Back
Top