-
Notifications
You must be signed in to change notification settings - Fork 365
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
Error While Loading Microservices Update, Feed, Notification & Publish #364
Comments
Hi @jon4short , Look like missing config please update it |
I was getting a similar error while starting user service but my issue was caused because I didn't run the following command |
having same issue trying to run sb 5.0 on ubuntu focal. opensourcelib's suggestion doesn't solve it. |
I'm getting the same error and looking through the logs it doesn't say any ENV is missing node# cat user29-07-2022.log |
@REVREBEL Have you set MySQL details in |
Yes, all of that checks out. I ended up copying back in the original deployement.json and then changing all the variables again; however, now it won't let me past the Twitter API config. If I take the block or leave it in, or all dummy values I get the same error. Twitter denied my API access request, so I won't actually be able to connect to that channel. Anyway, around moving past the API not being defined? error: Error: Configuration property "twitter_api" is not defined |
@REVREBEL I actually haven't gotten any of the apis working properly yet, still testing(don't have a whole lot of time or a pc to run it at a decent speed). Myself and a few others are working on testing and writing docs. If you have any luck with any of the API's let us know please. |
Below is the error code I get when trying to run the microservice in nodemon.. eg. nodemon update.server.js
`{
error: TypeError: Cannot read properties of undefined (reading 'use_env_variable')
level: 'error',
message: "uncaughtException: Cannot read properties of undefined (reading 'use_env_variable')\n" +
stack: "TypeError: Cannot read properties of undefined (reading 'use_env_variable')\n" +
exception: true,
date: 'Mon Apr 25 2022 09:42:42 GMT+0400 (Gulf Standard Time)',
process: {
},
os: { loadavg: [ 0.15, 0.2, 0.26 ], uptime: 1450.79 },
trace: [
The text was updated successfully, but these errors were encountered: