Web Developer
Hi good folks, need a hand with Sites deploy
Error on every deploy:
Synchronous function execution timed out... duration doesn't exceed 30 seconds
[exact log - Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.]
Using Angular as framework.
SGP server
What I tried already:
npm run build locally works fine
Changing site settings:
npm ci
npm run build
output angular
fallback index.html
Retried GitHub deploy multiple times
Created a brand new site with same repo/settings
Tried manual upload too
ps - I got no functions running.
All fail with the same timeout.
I have had successful deployments before