fullstack-app icon indicating copy to clipboard operation
fullstack-app copied to clipboard

dev.fullstack-app.permissions does not exist

Open chanan opened this issue 5 years ago • 1 comments

I ran:

serverless init fullstack-app
cd fullstack-app

Then edited .env and entered my AWS key details. Then:

serverless login //This is required but not mentioned in the readme
serverless deploy

And the output is:

2s » Serverless » Error: 404 - The referenced component instance "dev.fullstack-app.permissions" does not exist

chanan avatar Jul 22 '20 21:07 chanan

I found that going into the /permissions folder and doing a 'serverless deploy' worked around this for me.

jamesladd avatar Aug 01 '20 04:08 jamesladd