AppRunner Deployment failed

0

I'm trying to deploy new version of my existing App Runner service from Github repo and it fails:

2023-12-26T18:17:25.920-05:00	[AppRunner] Service status is set to RUNNING.
2023-12-27T11:45:58.415-05:00	[AppRunner] Deployment started.
2023-12-27T11:45:58.723-05:00	[AppRunner] Service status is set to OPERATION_IN_PROGRESS.
2023-12-27T11:46:00.030-05:00	[AppRunner] Pulling source code from GitHub Repository [...]
2023-12-27T11:46:10.773-05:00	[AppRunner] Successfully pulled source code.
2023-12-27T11:46:11.321-05:00	[AppRunner] Successfully Validate configuration file.
2023-12-27T11:46:11.795-05:00	[AppRunner] Starting source code build.
2023-12-27T11:46:46.554-05:00	[AppRunner] Deployment failed. For details, see service logs.
2023-12-27T11:46:46.854-05:00	[AppRunner] Service status is set to RUNNING.

When I'm creating new App Runner service from the same repo it works fine. But I need to re-deploy existing service.

Any ideas how I can fix this or get more details? In particular, where I can find "service logs" mentioned above?

Thanks!

asked 4 months ago91 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions