@martzer have you tried adding these as validation rules 'required|image|mimes:jpeg,png,jpg,gif'?
Or try another jpeg file and make sure the extension on the one you are trying is not broken.
Hello, I've a problem and i can't find a way to fix it. I do have my laravel project in local, that can be access in local (127.0.0.1:8000) and my project on production is on my server. They are the same, expect that the .env , but they are both based on my gitlab project. In localhost, i do have no problem with photo, i can upload photo, remove them or change them from my jetstream profile. But when its online, whenever i'm still able to upload photo, i cannot upload .jpeg file. It says "The photo must be an image". How can i fix this ? It seems that i need to allow "jpeg" files, but I couldnt fix it ...
Any ideas ?
Please or to participate in this conversation.