Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 days ago.
Improve this question
I have an app that gets an AWS credentials. I created a unit test for that and it works perfectly fine when I run it in my local. But when I try to setup it with my build in Azure pipeline, there’s a failing test that is getting a null value (awssecretkey) which is in the environment variables. Is there any setup that I missed when building the pipeline?
The environment variable should have a value and the test should pass.
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
My recently launched app has 385 users and suddenly I'm seeing this error in the Firebase console (note that refreshing the Firebase Database should display a list of all user documents). It seems to be something different from what other SO developers have posted. I haven't had any problem displaying user records in the Firebase console until today. I tried refreshing the page; didn't help.
It turns out the problem was that my daily document read quota (50K reads) was reached due to the way I designed the app. I redesigned it to minimize reads and that solved the problem.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 years ago.
Improve this question
i have installed mongoDB on ubuntu server and it works well with my node project.
But now it shutdowns automatically and i don't know why it stops
Actually i have solved the issue by running an SDK on the server named 'pm2'
which helped me to run the mongo db without stoping.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 years ago.
Improve this question
I am creating a server in prisma cloud using heruko and getting a vague error
Screenshot attached
Is anyone getting the same error?
The issue is solved. Recreate Prisma server again.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I'm new to node Js - I tried to create server with node , this is my code
Node Create Server
it is throwing following error , can anyone guide me to create Server or fix this issue ?
Create Server Error
It is syntax error. You wrote on 4. line funtion it is not true. Write function
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
I've been using AWS Lambda to run my node scripts for the past 2/3 weeks and today suddenly I'm getting https://lambda.us-east-1.amazonaws.com/2015-03-31/functions/login/invocations ERROR on my console, is anyone having the same error?
Can someone shine some light on this error?
Lambda is experiencing issues in us-east-1 at the moment.
If you are testing in us-east-1, that might be it.
You can check status here.