Fatal Node Socket io error which causing the website syncing issue currently website is up but data not getting synced and workflow not working as expected please let me know solution without stopping the web portal pls advise if there any solution
I followed most of the suggestion from the forum but couldnt rectify the issue
check your logs directory for socketio error log. it might be the version issue.
This is a node path issue, steps which I followed during troubleshooting:
which node
home/{USER}/.nvm/versions/node/v18../bin/node
Login with root user:
cd /usr/bin/
mv node /home/
ln -s home/{USER}/.nvm/versions/node/v18../bin/node /usr/bin/node
supervisorctl restart all
It was working fine earlier I have created another site which cause this issue