serverless-components / fullstack-app

⚡ Ready-to-use, serverless, full-stack application built with AWS Lambda, Express.js, React, AWS DynamoDB and AWS HTTP API.
https://www.serverless.com
320 stars 72 forks source link

Issues upgrading latest version of Serverless 2.31.12 #7

Closed juampick closed 4 years ago

juampick commented 4 years ago

Hi all,

I successfully deployed this project to AWS. All was working almost fine.

But today I upgraded serverless component. And I couldn't ever deploy. Nothing is working.

Please find attached version: image

So, now when trying to deploy from root with the provided command: serverless deploy --all --stage dev image

Doing the same from site or api folder is having the same issues.

Could you please help us?

juampick commented 4 years ago

I tried doing what It says in this ticket: https://github.com/serverless/components/issues/641

Basically uninstalling and re-installing. But the same problem. I think this is a bigger issue.

Do you have any clue? Thanks

eahefnawy commented 4 years ago

@juampick we had an issue in our backend yesterday, but we resolved it. I think that might be it. Could you try again?

juampick commented 4 years ago

Awesome, I have just tried and worked fine @eahefnawy . I appreciate you replying to me.

eahefnawy commented 4 years ago

Great! I appreciate you reporting! ❤️

juampick commented 4 years ago

But another question, is that, (before upgrading serverless also) I was having the same issue.

WhatsApp Image 2020-07-08 at 11 46 21

Going to the site folder and doing a serverless deploy --stage dev (only website) is not working. (It's working from the root doing the --all). Not sure why. You can see the error message. I searched and I didn't find the solution. Do you know why is happening @eahefnawy ?