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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to