Can’t publish my app after migration — was working fine before
Hi everyone,
Since the recent migration, I’ve been unable to publish my app on Google AI Studio. Before the migration, everything worked perfectly with no issues at all.
After the migration, my Cloud Run revision is failing to start. The error I’m getting is:
“The user-provided container failed to start and listen on the port defined by the PORT=8080 environment variable within the allocated timeout.”
Some things I’ve noticed:
- There seems to be a version mismatch between the GCS FUSE volume mount (version-111) and the actual source artifacts (version-130)
- The app-container is using a
scratchbase image, which may not include Node.js runtime - The nginx-container depends on app-container but app-container isn’t starting successfully
Has anyone else experienced publishing issues after the migration? Any guidance on what may have changed in the deployment pipeline would be really appreciated.
Thanks!