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
@r-yeganeh
it shows that service behind port 4566 is not response to your request . first check your docker container status :
#Sudo docker ps -a
if localstack container is in restarting status , first you should fix this problem . generally it cuased by localstack image .check your container log :
#sudo docker logs CONTAINER_ID
for fixing this issue use image localstack:localstack:latest in compose file .
Hi
In the main.tf file, there is an extra space in line number 42.
The text was updated successfully, but these errors were encountered: