0

This is code in User Nova model enter image description here

This is the field in users table enter image description here

And when I come to Nova see this error enter image description here

With what it can be connected? And how to solve this issue?

5
  • You probably need to run php artisan storage:link. Please post code as text, not screenshots. Commented Jun 26, 2023 at 18:42
  • I did it. Did not help Commented Jun 26, 2023 at 18:46
  • @ceejayoz it helped for File::make() Commented Jun 26, 2023 at 18:47
  • Please provide enough code so others can better understand or reproduce the problem. Commented Jun 27, 2023 at 5:10
  • App\Nova\User, fields() method: Image::make('Avatar', 'image')->maxWidth(50), In Nova admin pannel User table has error in Avatar field: "The image could not be loaded". Check pictures Commented Jun 27, 2023 at 6:00

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.