I checked out v1.16.2 of the forum and was running node version 15.12 when I encountered the same error.
I downgraded to node version 14.6.0 and now this error is not coming up.
I hope this info can help anyone.
Could please post it here? I mean what you're trying to do with nginx config.
@nhl.pl said:
Could please post it here? I mean what you're trying to do with nginx config.
nginx default
# Make site accessible from http://localhost/
server_name wikievolved.org;
location / {
proxy_pass http://127.0.0.1:4567;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}
config.json
{
"url": "http://wikievolved.org",
"secret": "2",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "",
"database": "0"
}
}
@nhl.pl said:
You have wrong configuration.
In relation to;
Please look again on all those nginx conf files quoted by me and correct your own.
P.S. all your problems comes from wrong nginx configuration, lack of socket.io lines for example
@nhl.pl said:
Please look again on all those nginx conf files quoted by me and correct your own.
P.S. all your problems comes from wrong nginx configuration, lack of socket.io lines for example
Thanks for all you're help NHL, I'm gonna pay someone to solve these issues, I'm getting no-where fast, is very frustrating for my users, getting lots of complaints about not being able to post and too many emails to cope with cos the forums aren't working.
Yes, any sysadmin will configure it in 5 minutes.