I seem to be getting a 404 : NOT_FOUND error on deployment. Any help would be appreciated.
Hi @tapeop. I see a 404 with code DEPLOYMENT_NOT_FOUND
, which means the URL may be incorrect or the deployment be unavailable.
You should check the project’s deployment logs. If the deployment doesn’t exist, that explains the 404. Either the deployment was deleted or the build never actually started. If the deployment does exist, you should check the build log for errors that could explain why the deployment failed. Using the CLI to test a build locally is often helpful in either of these scenarios.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.