On Screen1 when “Get Current User Success” i perform these actions - (there are more blocks below, but i cropped them as they were not necessary for this problem)
Everything was right a week ago Images Loaded properly, but yesterday i checked that the images are not loading.(this remained unnoticeable for a week as i was working on an another Screen)
I did no change in Blocks of this part so it is same as it was a week ago.(i confirmed that with a backup AIA)
I searched in the Community about this and found this -
Solution in this Topic - Use “Asynchronus Image Loading”.
Thanks to @themaayur for the idea of “Asynchronus Image Loading”.
So, i used “Asynchronus Image Loading” and updated my Blocks to this -
This solved my problem but i want round images so i changed the Blocks again a bit -
Actually you can do it without using extension -
Step 1 - Get profile pic url from authentication
Step 2 - Download the profile pic from url
Step 3 - Use image editor to edit the image and make it round
Step 4 - Upload the edited image to cloudinary and get it’s url
Step 5 - Use the url wherever you want