How to configure Data Dictionary on EC2
@GavinRay97 sorry been looking through Discord and everywhere, simple issue. I've had this running on local machine no issues but our Hasura dev stack is now running on our AWS Linux VM (as Docker containers). I cannot get the react-app to come up via port 3000.
inbound port 3000 is ready in our security group I replaced "localhost" references in config.yaml with our ec2 url
any insight to get react-app working via hosted VM?
Heya @RedCloudDC
If you modify the package.json start/dev script to pass the option -H 0.0.0.0 does it work?
Like next start -H 0.0.0.0 or next dev -H 0.0.0.0
@GavinRay97 - made the change. Same issue, I cannot get a hosted VM version of the DD to come up for me.

@GavinRay97 Can I hook Data Dictionary up to my Alpha 7 H+PG? the -H 0.0.0.0 option made no diff still not coming up (local install works fine)
