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
This results in the services not running and manifests as a gRPC connection error. You'll notice because no docker pods are running and the ports have no associated services. Running docker ps will be empty.
The temporary fix (until this issue is looked at) is to manually run both scripts:
The
postCreate
andpostStart
scripts seem to sometimes fire and sometimes not.https://github.com/agardnerIT/openfeature-otel-dice-roller/blob/main/.devcontainer/devcontainer.json#L44-L45
This results in the services not running and manifests as a gRPC connection error. You'll notice because no docker pods are running and the ports have no associated services. Running
docker ps
will be empty.The temporary fix (until this issue is looked at) is to manually run both scripts:
The text was updated successfully, but these errors were encountered: