-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only one microserivce Notification is running successfully rest are not #332
Comments
Hi @hafsazulf17 If logs are not showing or an error is not displaying in the console, you can check that error in Log folders, it will have a proper log to find the issue and easy to fix it by seeing the log. If you're still unable to fix it, then you can share the log here, I can help you with it. |
My user Log file is showing the following error: If I run |
For Example: To add the Linked Account one should have the config value that you will get from creating a developer Account on LinkedIn Network |
on login to dashboard It says : |
I have been following this procedure : https://www.atlantic.net/vps-hosting/how-to-install-socioboard-on-ubuntu-20-04/
In the above link It is for Socioboard version 4 but We are installing version 5.0
so for that : https://github.com/socioboard/Socioboard-5.0/blob/master/SocioBoard5.0-doc.md
After running
nodemon user.server.js
It don't respond and stop
but when I run nodemon.notify.js
It starts at port 3004 successfully and the rest micro services are not and not showing any error ...
I have also tried Step 7 here at : https://www.atlantic.net/vps-hosting/how-to-install-socioboard-on-ubuntu-20-04/
editing it by entering the required user and directory path but that also work fine only for notification micro service which runs successfully at port 3004 and for the rest the status is shown as running but It stops and shows ERR module not found ..They are are not starting at required ports 3000 ,3001 3002 , 3003
Server is ubuntu 20.04 and the required version are installed as per mentioned here: https://github.com/socioboard/Socioboard-5.0/blob/master/SocioBoard5.0-doc.md
The text was updated successfully, but these errors were encountered: