[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Vercel blob gateway timeout 118 views · 1 like · 5 posts Mikalem898 (@mikalem898) · 2024-08-17 I have an api with blob, that worked then, but right now, even though I didn't edit anything, I get an error 504. So my real question is: is it a temporary vercel issue maybe ? Or is it in my code ? (I repeat that I didn't edit this) Pauline P. Narvas (@pawlean) · 2024-08-18 Hi, @mikalem898! Here are some troubleshooting steps that could be helpful! https://vercel.com/docs/errors/EDGE_FUNCTION_INVOCATION_TIMEOUT Mikalem898 (@mikalem898) · 2024-08-18 Got this error in logs: `info - Loaded env from /var/task/.env Task timed out after 10.01 seconds` What does `info - Loaded env from /var/task/.env` mean ? On netlify hosting I get 502, bc the timeout may be higher defaultly Update: I don't have `vercel.json` file, can it be the cause of my prblm ? What are the default values ? Mikalem898 (@mikalem898) · 2024-08-18 · ♥ 1 OKKK !! Actually, I dont rlly know why, but I get this error only when I add a size limit in payload in this API (for blob). So I just removed it, no error lol. Sorry for wasting ure time… Pauline P. Narvas (@pawlean) · 2024-08-19 Not at all! Thanks :smile: