Esri / solutions-components

A collection of UI components for constructing webapps.
Apache License 2.0
15 stars 7 forks source link

Sometimes, profile image or profile initial doesn't come through #938

Open skrishn opened 2 weeks ago

skrishn commented 2 weeks ago

I noticed the profile image or profile initial doesn't come through when the toggle is on to display user images. The issue was reported by other PE's but they weren't able to continuously reproducible. I finally got a repro case.

https://defense-test.mapsdevext.arcgis.com/apps/instant/reporter/index.html?appid=7a171a33c52947149c004bf0f5ce7844

image

I'll share creds separately.

skrishn commented 2 weeks ago

@sumitzarkar another related issue encountered is it displayed initials instead of profile image, but the problem wasn't reproducible after switching the image. The image was shared publicly. I'm wondering if there are any size restrictions, but when I used the same image in my org I wasn't able to repro it.

image

sumitzarkar commented 2 weeks ago

@skrishn

https://defense-test.mapsdevext.arcgis.com/apps/instant/reporter/index.html?appid=7a171a33c52947149c004bf0f5ce7844 image

https://github.com/Esri/solutions-components/issues/938#issuecomment-2400760035

pratiksabale07 commented 2 weeks ago

@skrishn

Cause

Items Is required Status Comments
Required NLS changes? No
Required Backward compatibility No
Required 508 No
Need Sanitize? No

Impact Analysis Report

Impacted Areas Comments
Have Configuration changes? No
Have Runtime changes? Yes
Impact on RTL No
Impact on comment list If user information is valid/accessible then profile image or profile initials should always be displayed
skrishn commented 2 weeks ago

@sumitzarkar I see the same issue on newly created apps. The one I provided earlier seems to be fixed. https://defense-test.mapsdevext.arcgis.com/apps/instant/reporter/index.html?appid=b24caf22afcc46b897e9582645e6c25e

skrishn commented 2 weeks ago

@sumitzarkar I see the same issue with newly created app https://defense-test.mapsdevext.arcgis.com/apps/instant/reporter/index.html?appid=e4c99d10edc64d7baab600fa714237f4. The issue seem fixed with the app I provided earlier.

sumitzarkar commented 1 week ago

@skrishn

https://defense-test.mapsdevext.arcgis.com/apps/instant/reporter/index.html?appid=e4c99d10edc64d7baab600fa714237f4.

In this app we are not getting the editFiledInfos and creator field hence all the comments are shown as anonymous

image

skrishn commented 1 week ago

@skrishn

https://defense-test.mapsdevext.arcgis.com/apps/instant/reporter/index.html?appid=e4c99d10edc64d7baab600fa714237f4.

In this app we are not getting the editFiledInfos and creator field hence all the comments are shown as anonymous

image

I used the wrong data by mistake. thanks for finding it out.