You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As an org admin user, i am currently unable to access the offline report card though i can edit it!
To Reproduce
Steps to reproduce the behavior:
Go to Pre release - APF
Click on App designer
Scroll down to "Offline report cards"
Click on any one of them and see the error
Screenshots
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Analysis details
This happens when report card is clicked and Icon is not added for the report card and it returns 500.
- The above issue is happening in prod as well like in the above image but it doesn't block the user from using the webapp. Currently in prerelease it blocks the user from using the app, since we have added the check for hostname as part of security fixes.
Acceptance criteria
Call to fetch the icon need not happen unless there is an icon url returned from the report card url.
Test by adding icon.
Developer Checklist(Developer fixing the bug should fill this checklist)
Does the fix require extensive regression testing?
Yes
No
Are you mentioning the required scenarios that could be affected?
Yes
No
The text was updated successfully, but these errors were encountered:
Works as expected. Report card screen loads fine if icon is an empty string.
Super admin users access to report cards is blocked if icon is a valid s3 uri. (The GET /media/signedUrl call fails with a 500 "Access is denied" error and the page errors out) - this probably needs a different card. If there is no icon set for the report card, it loads fine. FYI @vinayvenu@mahalakshme
@1t5j0y yes, that can be moved to a separate card. can you create a card for it. I think few other things also dont work for super admin as expected. We can add them as and when we find out.
Describe the bug
As an org admin user, i am currently unable to access the offline report card though i can edit it!
To Reproduce
Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Analysis details
Acceptance criteria
Developer Checklist(Developer fixing the bug should fill this checklist)
The text was updated successfully, but these errors were encountered: