You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh hey @MatteoGauthier, for some reason I didn't get the Notification. You probably figured out the error already, but it's because with withFileUpload function updates the type of NextApiRequest so req.file is typed. You will need to change the types in your handler. Change your handler to
functionhandler(req: FormNextApiRequest,res: NextApiResponse){// ... your code}
Hey I use your lib on my projects but I always have an error here.
Can you help me ?
The text was updated successfully, but these errors were encountered: