I am trying to deploy a VulcanJS app with mup on AWS EC2 instance.
I've set my DNS record type A, for the domain on cloudfare with the IPv4 given by amazon, I followed the instructions given by the Vulcan Documentation and mup
documentation.
The message logs after running mup setup
and mup deploy
where successful, but when trying to connect to the domain or ip nothing happens.
mup logs
may provide more information. It is possible that the app is failing on first request for whatever reason, somup deploy
would return success message but your app could still crash directly afterward.