My URL value in config.json was : "url": "http://forum.xxx.fr/"
I deleted the "/" at the end and everything went back to normal.
Don't know how this "/" appears.
My URL value in config.json was : "url": "http://forum.xxx.fr/"
I deleted the "/" at the end and everything went back to normal.
Don't know how this "/" appears.
Yes, my redirect URL was http://example.com/auth/google/callback but since the update i have to put http://example.com//auth/google/callback in google developer console if i want to use the plugin.
Hi there,
Since i updated my forum to 0.9.1 yesterday, my SSO Google plugin doesn't work anymore.
My redirect URI looks like "http://forum.xxx.fr//auth/google/callback" whit double "/".
I tried to unistall the plugin, check my google API account but nothing work.
The only thing who works is to add another / in my google API account to match with the url generate by node so they both now have double "/" in the URL.
Any ideas ?
Try to add
ServerName 127.0.0.1/forum
in your 000-default.conf
And change your relative_path by "/" in config.json
Don't forget to change all the 4567 port by 3000.
Right it's fixed
Thx.
On Vanilla theme.
I've got another question @baris, why my Joined field and Last Online field are empty in user profil ?
Yes, this option was checked. Thx !
Hi,
I have a bug whith my forum.
When you upload a picture in a topic whith the upload button it appears in the preview section and in the topic when you submit, but if an unregistred user come to this topic, he will have a 403 error "Failed to load resource: the server responded with a status of 403 (Forbidden)" for the picture's URL.
Any solution for that ?
I'm on 0.9.0, debian server and Apache.
Private group was check by default but i had to disabled private group -> save -> enabled private group -> save to activate the verification.
Hello
I tried on this forum (community.nodebb.org) to join the group "gamers" which is private and it's work whereas i tried "staff" group and my invitation is pending.
Please help me
Bilou.
Maybe this error is the problem :
WebSocket connection to 'ws://xxx.xxx.fr/socket.io/?EIO=3&transport=websocket&sid=G1SwCsUk0KFun1IOAABK' failed: Error during WebSocket handshake: Unexpected response code: 400
I'm running on Apache 2.4 whit proxypass and proxypassreverse.
Edit : I fixed this error and doesn't fixe the problem.
They joining by clicking on join button on group page, there is no joining request for group's owner.
Hi there!
I've got an embarrassing problem, i created some private groups for administration like moderator and community management, but all registred users can join this groups despite the fact that this groups are privates.
The only solution to stop people joining is to hide the groups.
I'm on debian and nodebb 0.9.
Is there a fixe published ?
Thx, Bilou.