Maximum execution time of 30 seconds exceeded Error
I have hosted my filament apps on godaddy.com, some navigation works and some navigation give me "Maximum execution time of 30 seconds exceeded". Is there a fix to it
2 Replies
There is 2 way to fix that error:
1. I assume you have auto save on change in your IDE, so turn it off.
2. Empty your latest log file.
As far as I know, this error caused by auto save, when you make some changes, it's logging immediately the error in the log files, after you finished your code, the program still wants to find the error, wihch is already fixed. π
Did you ever figure this out?
I'm also having the same problem and can't pin down which timeout is set to 30 seconds and where it can be changed. π