Image disappear

im using rad with laravel and vue
However, the images do not appear on the site when uploaded

What is the example link stored in your image field in the database?

The problem solved but I have another problem
When I register a new account, the account can log in normally, but when I log out and log in again, a message appears that the user name or password is incorrect

set your datatype for password in the database to text! this happens because when the password is hashed it may be larger than 50 characters! sop when the hash happens and the limit on the varchar is 50 the logins will not recognize that password!so set the datatype to text

1 Like

uploads/files/0b57e8c6-a26a-42a3-b9bd-24800ce618b0

do this for the image field too.