Verify these infrastructure components and the configuration to ensure Roost is fully configured.
oAuth Provider has redirect URI setup
ACM certificate is issued and attached to the ALB
Route 53 entry is present for DNS to ALB
ALB is associated with Target Group
Target Group has healthy EC2 target
Database is accessible
EC2 instance - “control plane” is showing 3 docker processes running (nestjs, react_app, console_proxy)
Troubleshooting Roost
Check docker logs for nestjs container (verify that it is connected to the database
Code Block docker logs -f --since 1m roost_roostai_nest_server_1
Check docker logs for react container to verify it is listening on port 4200
Code Block docker logs -f --since 1m roost_roostai_react_app_1