hortigadoOriginal post
Rank 3: Container
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It only works on localhost, but not on the server. I've attached my .env.
Thanks. Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.\nError Code: 408
Summary
Developers experiencing issues with functions working on localhost but not on the server after upgrading from 1.4 to 1.7. Error message suggests a timeout issue with synchronous function execution. Solution: Switch to asynchronous execution or optimize function duration to be within 30 seconds.