Issues Deploying PERN app to AWS Elastic Beanstalk/Codepipelink - amazon-elastic-beanstalk

Im trying to deploy a PERN app to AWS ElasticBeanstalk/Code Pipeline but having issues. Im pretty lost in what the problem is as the causes are broad. Im not sure if my package.json is not configured correctly or what I need to do to move forward.
Any help would be great!
Error Log
Error Log

Related

Unable to create the application version in AWS Elastic Beanstalk

I am trying to deploy a node-based application in beanstalk (I have done so successfully before), but every time I try to upload the zip file I get an error simply saying "Unable to create the application version." I know this alone is not very helpful, but it's literally all AWS is giving me - would anyone know how to troubleshoot this further to find possible causes?
I was having a similar problem. It ended up being an issue with the latest version of Firefox (96.0.2 released on Jan. 20). Once I switched browsers to Chrome, I was able to upload new application versions fine.

Deploying a .NET application to Google Cloud Platform worked on initial deploy, now getting 502 Error: Server Error

To give some background, I'm an (unpaid) intern, and I'm unrelated to dealing with this kind of stuff. My employers wanted to update some pictures, and they did locally but didn't know how to upload the new version to the server.
I used the publish settings that were saved in Visual Studio from when the previous intern deployed the server (he was specialized in web site stuff) and it worked on deploy ... then I refreshed the page and I'm getting 502 server error.
Steps I have taken:
Connect to the VM and restart it - didn't solve it. it's using Microsoft server 2016.
Open the VM trough RDP, check if there are errors. There were 3 services not running, and I start them manually. One still isn't running, Downloaded Maps Manager. Ok... I google it and it's not a necessary service so I disable it. Now there are no errors and all services are running but I still am getting this error.
I tried pinging the IP of the server, and the URL itself and it works.
I believe it might be something to do with the load balancer, but I had one HTML class and nothing dealing with actually publishing stuff. If you could point me in the right direction I would appreciate it. The only reason why I'm trying to fix this myself is that I didn't make some kind of backup, and I feel so stupid having taken the site down.
Edit: I've gone to "load balancing" and it says service unhealthy. I tried going to the IPs there and it brings me to the same 502 server error page. From what I've gathered this is a configuration error, it's impossible they messed something with the site itself, right? It did work that first time, and if I run it from Visual Studio it works on the local machine ...

Vapor 3 - Error Response 9 on Fluent MySQL when deploying to GCP App Engine

I’m getting a weird error when trying to deploy my Vapor project onto GCP App Engine. I was able to deploy it previously but this error just began out of nowhere. I believe it has something to do with my Fluent Migrations but don’t seem to know how to pinpoint this issue… does anyone have any idea as to why my migration might suddenly fail when it worked before? I followed this tutorial to get it up on App Engine: https://medium.com/swift2go/serverless-google-app-engine-flex-docker-runtime-cloud-sql-backend-with-swift-vapor-web-alfian-c8310acfea0d
I already looked at this stackOverflow question but it is not the same as my issue: Google App Engine Deploy Error Code 9

error with first time deploy to google compute engine.

Experimenting with google compute engine but unable to deploy a simple sinatra app. I get this error and i'm not sure how to troubleshoot.
ERROR: (gcloud.preview.app.deploy) Docker build aborted: Get https://registry-1.docker.io/v1/repositories/google/ruby-runtime/tags: EOF
My mistake. Changed app.yml to app.yaml
Works now.

Trying to get a local MySQL database to work with GAE development server

Soo, I've decided to toy around a bit with GAE. Most of my previous experience with developing web-applications is with ASP.Net, so this java / eclipse-world is kinda unfamiliar to me.
I read around, and found out that I can configure my project to use a Google Cloud SQL instance when it's deployed at Google, while using a local MySQL database while running locally on my development server.
The problem I ran in to now is that I can simply not press "Ok" in the eclipse dialog for configuring my local MySQL database? Well - I can, but with no result. No error message, no window close, no nothing.
I'm not really sure what I am doing wrong, but was hoping some wiz in here who has more experience than me with GAE have had a similar problem and a solution?
I've attached a picture of my local MySQL configuration:
http://imgur.com/0tjK7Sf
Thanks in advance