Not able to upload avatar to storage bucket using formidable
I am building an app in Nuxt 3 and trying to upload an avatar to the storage bucket through an api call to my server. i parse the files using formidable like so and then i rename my file removing any blank spaces and try to upload the file i get no error and there is no file in storage. any thoughts on what could be happening?