Skip to content
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

Open
hafsazulf17 opened this issue Feb 16, 2022 · 5 comments
Open

Comments

@hafsazulf17
Copy link

hafsazulf17 commented Feb 16, 2022

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

@sureshbabu1995
Copy link
Collaborator

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.

@hafsazulf17
Copy link
Author

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.

@sureshbabu1995

My user Log file is showing the following error:
error: TypeError: Cannot read property 'use_env_variable' of undefined at file:///var/www/socioboard/socioboard-api/Common/Sequelize-cli/models/index.js

If I run nodemon user.server.js It is stuck and not proceeding with success message Log file is created show the above error but If I run : systemctl status socioboard-user
It does not show me any error message and show successfully running at port 3000
If the URL when entered with :3000 is blank and does show anything but the service of node is running at port 3000

@hafsazulf17
Copy link
Author

hafsazulf17 commented Mar 22, 2022

to login to dashboard.. but errors when trying to add the social media accounts?

linkedin
facebook

@Jagadeesha-R
Copy link

to login to dashboard.. but errors when trying to add the social media accounts?

linkedin facebook

Hi @hafsazulf17,

   For the above issue please update the config values in development.json file, you can get the config values from creating the Developer Account for the respective social Account 

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

@hafsazulf17
Copy link
Author

on login to dashboard It says :
Please upgrade your account
How can we fix it from the backend currently the values are setup as:
update user_activations set user_plan = 7;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants