Unable to start Step Function service

Hi, I need help to be able to use the Step Functions service in LocalStack, which is giving me problems when creating a state machine. The error is always the same and doesn’t provide further details. Here it is:

“An error occurred (InternalError) when calling the CreateStateMachine operation (reached max retries: 4): exception while calling stepfunctions.CreateStateMachine: gave up waiting for service stepfunctions to start.”

Hello @mnavarrete18,

Can you please confirm that any other calls to LocalStack docker image works as expected?
For example: awslocal s3 mb s3://testbucket

Presently, it looks like a network configuration issue. Please follow the Installation | Docs (localstack.cloud) and Getting Started | Docs (localstack.cloud) documentation.