-
Notifications
You must be signed in to change notification settings - Fork 21
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
await table.exists() is stuck/hanging #176
Comments
I see this in my logs:
|
caused by this:
@ojii can I get help with this error? have you seen it before ? |
huh that's a new one. what environment is this running in (local/ec2/ecs/...)? if this is running on AWS, have you checked your security group that there's nothing in there blocking connections? the fact that the error is |
Running this code hangs for me at
await table.exists()
, how can i debug this issue ? I can't see any logsThe text was updated successfully, but these errors were encountered: