You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.
I'm doing the zombie github tutorial and I'm on step 25. https://github.com/awslabs/aws-lambda-zombie-workshop. When I login and write a message i click "Enter" my message remains there, and the text field gets disabled and it doesn't get posted into the main square. Then if I click stop chatting and press again start chatting the textfield is still disabled, even if I logged out and log back in. Same happens if a create more accounts Do you experience this too? if yes how did you solve it?
The text was updated successfully, but these errors were encountered:
I am still receiving this message as well. I worked around this by setting the Authorization mechanism to "None" instead of "AWS_IAM" for all GETs and POSTs. I'm still digging around the code trying to figure out where this needs to be fixed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm doing the zombie github tutorial and I'm on step 25. https://github.com/awslabs/aws-lambda-zombie-workshop. When I login and write a message i click "Enter" my message remains there, and the text field gets disabled and it doesn't get posted into the main square. Then if I click stop chatting and press again start chatting the textfield is still disabled, even if I logged out and log back in. Same happens if a create more accounts Do you experience this too? if yes how did you solve it?
The text was updated successfully, but these errors were encountered: