@eveh Make sure the spiders pseudo-group is grant permission to view topics... otherwise NodeBB hides them. spiders are not treated the same as registered-users or guests
By default they should have access, though.
Hello,
I am trying to set up the google authentication but I don't manage to set up the correct redirect url.
My forum domain has the following format : https://subdomain.domain.com/forum
Could someone please help me with setting up the redirect url correct?
thanks in advance
@Peter-Zoltan-Keresztes The redirect URL should be https://subdomain.domain.com/forum/auth/google/callback
OK, thank you I will set it up and let you know
@julian said:
Nope is not working.
I am getting this:
scope=https://www.googleapis.com/auth/userinfo.profile
https://www.googleapis.com/auth/userinfo.email
response_type=code
redirect_uri=https://subdomain.domain.com/forum/auth/google/callback
client_id=<googleclientid>
@julian said:
Need more info. I can't work with "not working", sorry
Look at the code above, this is what I get on the browser. I have run the ./nodebb dev but I don't get any information in the console, so kind of this is all I have.