ed-roh / mern-social-media

Complete React MERN Full Stack Social Media App
952 stars 849 forks source link

Error: ENOENT: no such file or directory, open 'p4.jpeg/p4.jpeg' #36

Open CemKutlar opened 1 year ago

CemKutlar commented 1 year ago

When I try to register a new user and submit a form I got this error.

Server logs say:

::1 - - [23/Feb/2023:10:33:46 +0000] "POST /auth/register HTTP/1.1" 500 199 Error: ENOENT: no such file or directory, open 'p4.jpeg/p4.jpeg'

Also when I inspect the website, I see an error in the Form.jsx file.

Screenshot 2023-02-23 at 13 44 39

Any idea how to fix this issue?

MitraPandit commented 1 year ago

Try uploading a picture that is not in the assets folder. I had a similar issue wherein uploading any image in the assets folder wont work, so I uploaded a random image from my system, and then it started working.

tanmaydot commented 1 year ago

So to solve this you need to copy your public/asset folder from the server to outside of it where client and server folders are, that seem to do the trick for me.