No badges yet
Vercel blob gateway timeout
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…
Vercel blob gateway timeout
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...
Err_ssl_bad_record_mac_alert
Thanks, I repeat that I get this error only on vercel hosting. I tried to make a new project, same error. And do u know about compressing imgs before sending it to blob ?
Err_ssl_bad_record_mac_alert
I have a website on which I can fetch data through APIs to my database. But for like 2 weeks I have had an error sometimes when I fetch in APIs, which is:...
Vercel blob gateway timeout
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...
SyntaxError: Unexpected token 'export' for Blob API
OKKKK its okkk ! I dont why the given code doesnt work for me but with some modifications I can run it !! Modifs like adding the beginning of a valid URL hehe: `new...
SyntaxError: Unexpected token 'export' for Blob API
Now I know that it is caused by: ``` import { NextResponse } from 'next/server'; ``` bc when I try to remove it, I have not this error anymore, but another bc I cant use blob...
SyntaxError: Unexpected token 'export' for Blob API
Its difficult to make an example of a NextJs project...
SyntaxError: Unexpected token 'export' for Blob API
I'm trying to use a Blob, but when I fetch on my API, I get the error: `SyntaxError: Unexpected token 'export'` ??? My fetch function is (TSX file): ``` const handleUpload = async () => { cons
Blob Store Creation Error
Now I got error 500 internal server error update: the blob is created anyway so its ok
No accepted solutions yet