Skip to content
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

Getting "UnknownError: Service Unavailable" while trying to run the local server using command "sls dynamodb start" #278

Open
purva2000 opened this issue Jan 5, 2022 · 0 comments

Comments

@purva2000
Copy link

Actual Behaviour

For my project setup I need to run local sls dynamodb server, which I've installed using command "sls dynamodb install" but when I am trying to run the local server using command "sls dynamodb start" I am getting "Service unavailable" error.
Though the server starts as I can see while debugging the logs, but stops unexpectedly giving "service unavailable" error. The system configuration is similar for all the team members but still the issue persists in my system.

Expected Behaviour

"sls dynamodb start" command should start a local server.

Console logs


Serverless: Deprecation warning: Serverless Framework was enhanced with a new variables resolver which doesn't recognize "provider.variableSyntax" setting.Starting with a new major it will be the only resolver that's used.. Drop setting from a configuration to adapt to it
            More Info: https://www.serverless.com/framework/docs/deprecations/#NEW_VARIABLES_RESOLVER
Serverless: Running "serverless" installed locally (in service node_modules)
Serverless: Configuration warning at root: unrecognized property 'artifact'
Serverless:  
Serverless: Learn more about configuration validation here: http://slss.io/configuration-validation
Serverless:  
Dynamodb Local Started, Visit: http://localhost:8083/shell
UnknownError: Service Unavailable: DynamoDB - Error - 
 
  Unknown Error ------------------------------------------

  UnknownError: Service Unavailable
      at Request.extractError

Any help on this topic would be of great help, Since I am struggling a lot to fix this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant