Hey, I'm kind of new to Umbraco and Umbraco Cloud.
I have a development and live environment in Umbraco Cloud. When I push changes (git push) to my development environment, it sometimes gives results in a 503 error.
I conducted a couple of tests where I pushed non-essential code.
Test 1 involved changes in the .gitignore file.
Test 2 included a few minor changes in the razor views.
My development environment worked after the completion of Test 1 , but deployment but went down and needed a restart after Test 2.
It worked fine after a manual restart.
During deployment, I received various warnings like:
remote: warning: failed to remove src/UmbracoProject/obj/Release/net8.0/PubTmp/Out/wwwroot/umbraco/views/propertyeditors/blockgrid/blockgridentryeditors/gridinlineblock/gridinlineblock.editor.html: Filename too long
I have been looking through the logs in both Umbraco Cloud and Kudu but am having difficulty understanding why these deployment errors occur. I would appreciate some advice on how to investigate the causes of these failures.