Unable to check reports flow in local #11
-
While running the SunbirdEd portal locally, we are unable to test the report flows. All the report-related APIs are giving 403 FORBIDDEN errors. But all other APIs are working fine Solutions tried
Sample curl from local curl 'http://localhost:3000/report/request/list/6204f813841a270008e83932_16953686-0e88-4482-b86f-b34bbfb79e80' Sample Response { We are stuck with development for release-4.9.1 because of this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
@kiranharidas187 this route /report/request/list/:tag is whitelisted in portal backend with the following roles please check the user you are trying has the following role |
Beta Was this translation helpful? Give feedback.
@kiranharidas187 this route /report/request/list/:tag is whitelisted in portal backend with the following roles please check the user you are trying has the following role
ORG_ADMIN,
CONTENT_CREATOR,
COURSE_MENTOR,
PROGRAM_DESIGNER,
PROGRAM_MANAGER
if not this whitelisting error will throw hope this helps.