R
Railway5mo ago
addis

Issue on uploading image

I am new to using railway to host my backend. and my backend contains api to upload image to cloudinary. the logic that I use is first I upload to a folder called "Upload" and from there I pick the images and upload to cloudinary. when I try that api I get and error. from the logs I found "npm WARN config production Use --omit=dev instead" this, how could I fix the issue
4 Replies
Percy
Percy5mo ago
Project ID: N/A
Brody
Brody5mo ago
npm WARN config production Use --omit=dev instead
thats a warning and it would not be related to your issues described in any way, please provide any errors you are getting
addis
addis5mo ago
ohh sorry, the issue was I had to wait a little time once I deployed. now it is working fine, thank you very much for your fast response.
Brody
Brody5mo ago
no problem!