I created a project(v 2025.2), there I added some serverless functions.
Everything was fine untill yesterday. Now project isn’t uploading throwing some random errors like:
failed with the following error ---
[ERROR] There were errors building this component:
- An internal error occurred while building app function:
Or this:
--- hubspot-serverless-package-uid failed with the following error ---
[ERROR] There were errors building this component:
- Couldn’t build serverless package because there’s a problem in `package.json`. Run `npm install` under `app/functions/package.json` and try again. Details: `com.hubspot.chirp.core.ChirpRpcFailureInternalError: UNKNOWN#UNKNOWN[com.hubspot.serverless.rpc.error.ServerlessChirpError]: Serverless package creation failed due to an internal error with the serverless package creation service. Wait a bit and try again. See error details for more information: Lambda package creation failed due to an internal error with the lambda package creation service. See error details for more information: Api[name=lambda, httpMethod=POST, subPath=package] Failed to process your request.`.
Do I need to downgrade my project??