Why is my file upload not preserving the file extension and logging as ‘undefined’ on the client side?
when i upload my file, on the client side in the console I get undefined but on the server side in the console, I get information about the file i uploaded but it doesn’t include the file extension. The uploadImage function works and it uploads to supabase but only as a 0 byte text file.