I use functions when reported Error: Runtime exited with error: exit status 129, after debugging found that it is esbuild build method execution error, but did not give task error information, only a 129 error code, please ask me how should I operate to know the specific What should I do to know the exact error message?
I tried to switch to @netlify/esbuild package and the same error was reported
I used to have no problem using the same method, but recently the error occurred after updating the code, but the key is that there is no change in the implementation.
- It used to work at: https://641839360761110008882282–gyron.netlify.app/
- Now it doesn’t work at https://gyron.netlify.app/
Recovery method: Open the console and slide down to see an /api/build request, which is the error occurred in this interface
Note: I run it correctly on local development and other servers