Multi-tenancy avatar
When implementing team avatar like this example , the avatar cannot display on tenant menu, but on profile edit page, it's showing
This is how I put inside tenant profile
On Team model:
How can I make this image be visible on tenant menu? thanks in advance

4 Replies
The url returns 404 not found, have you linked the storage?!?!
Yes I linked storage, and it display correctly for edit "FileUpload"
I put like this in Panel provider append prepend
->tenant(Team::class, 'slug')
and the problem "I think" is: It team/team-slug
on the image url by defaultFinal solution is returning temporary url, or upload on public disk