Skip to content
Advertisement

Tag: firebase-storage

Image Upload Error: TypeError [ERR_INVALID_ARG_TYPE]: The “path” argument must be of type string. Received type undefined

I’m trying to upload images to firebase using postman. With firebase serve running, I send a post request to my route along with Authorization header and the image file but get the following error in the console: TypeError [ERR_INVALID_ARG_TYPE]: The “path” argument must be of type string. Received type undefined Full error message: Answer The problem is that you typed

Advertisement