-
I installed changedection.io via AWS Co-Pilot on top of ECS Fargate (see logs below). When I go to http://change-Publi-kNlwvbUpBGM8-182468462.us-west-2.elb.amazonaws.com:5000 (port added at end), I get
|
Beta Was this translation helpful? Give feedback.
Answered by
patelc75
May 14, 2024
Replies: 1 comment
-
I figured this out. When using AWS Co-Pilot, the dev server is local and you have to hit http://127.0.0.1:5000/. I know obvious but wondering why Fargate was being configured even when launching a dev environment |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
patelc75
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured this out. When using AWS Co-Pilot, the dev server is local and you have to hit http://127.0.0.1:5000/. I know obvious but wondering why Fargate was being configured even when launching a dev environment