Aleandro Coppola
Aleandro Coppola
I have the same error
if i try to get the image directly from /api/users?populate=image, the image does't work. URL: {{domain}}/thumbnail_DALL_E_2024_10_18_00_01_37_A_soccer_player_walking_towards_the_stadium_field_back_view_wearing_a_red_jersey_with_number_10_on_it_The_player_is_stepping_out_onto_the_pitch_wi_c1a7a105ea.webp" If i try with a relation eg /api/players?populate=user.image In this case it works, have...
@pascalvaccaro For now my workaround is to create an new API with npx strapi generate api, called PROFILE. I copied routes (/me, post, update, get) and in controller I use...