a year ago
I am experiencing an issue with my API deployment on your platform. Based on the logs, it appears that cached layers are repeatedly being used, preventing new commands from being executed. Below are the relevant details:
Environment:
Platform: Your managed environment (Railway).
Nixpacks Version: v1.24.1.
Base Image: ghcr.io/railwayapp/nixpacks:ubuntu-1716249803.
Observed Behavior:
Logs indicate that cached image manifests are being used repeatedly.
Several commands (e.g., RUN, COPY, ENV) appear to skip execution due to cache, despite changes being expected in the deployment.
Examples of cached outputs:
arduino
Copiar código
"Returning cached image manifest"
"No files changed in this command, skipping snapshotting."
The build process hangs or skips key steps.
Impact:
This issue is blocking the deployment of updated versions of my application, as changes to the environment or code are not being reflected.
Please assist in clearing the cache or diagnosing the cause of this behavior. I can provide the full logs or any additional details as needed.
Thank you,
ⓘ Deployment information is only viewable by project members and Railway employees.
2 Replies
a year ago
Builds cached is likely not the issue i've found, please explain the issues you are actually facing please.