irodriguez-nebustream commented on code in PR #33356:
URL: https://github.com/apache/superset/pull/33356#discussion_r2080680713
##########
superset-frontend/src/embedded/index.tsx:
##########
@@ -156,7 +157,7 @@ function guestUnauthorizedHandler() {
function start() {
const getMeWithRole = makeApi<void, { result: UserWithPermissionsAndRoles
}>({
method: 'GET',
- endpoint: '/api/v1/me/roles/',
+ endpoint: `${appRootPath}/api/v1/me/roles/`,
Review Comment:
I updated the code with the changes. Everything works as expected.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]