Yash-alternativepath commented on issue #33089:
URL: https://github.com/apache/superset/issues/33089#issuecomment-2800075594

   To resolve the issue, update the following lines in the 
/superset/initialization/__init__.py file:
   
   Replace:
   
   href=f"{app_root}/tablemodelview/list/",  
   href=f"{app_root}/tablemodelview/list/",  
   href=f"{app_root}/sqllab/"
   
   With:
   
   href=f"{app_root}tablemodelview/list/",  
   href=f"{app_root}tablemodelview/list/",  
   href=f"{app_root}sqllab/"
   
   Removing the extra slashes should correct the incorrect URL routing.


-- 
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]

Reply via email to