Ali Hussein
Ali Hussein
@HenryHengZJ I don't get it! How can I use a tool like SERP api without adding my api key?
Hey @nd0ut, I use Tailwindcss I tried to add classes but it didn't work!
Thanks for the example, I also miss sth which is replacing the label "upload" with an "upload " icon, which is not possible, but I am not sure about it,...
I have Vercel installed it with the command `npm i --force` but I run into a runtime error `Could not parse multipart form` Node version: `18.15.0`
@cstrnt it solves the build time issue, but the runtime error `Could not parse multipart form` doesn't disappear.
here is the full error message from Vercel. @cstrnt `TypeError: fetch failed at Object.fetch (node:internal/deps/undici/undici:14062:11) at async /var/task/.next/server/pages/api/whisper.js:116:22 { cause: TypeError: object2 is not iterable at action (node:internal/deps/undici/undici:6123:39) at action.next...
Here is a link to the Stackblitz repo [Repo](https://stackblitz.com/edit/nextjs-mejmct?file=pages/api/whisper.js) You need to have an Openai key. I deployed it to vercel here is the link https://nextjs-whisper.vercel.app/ and have the same...