Hi!
The routes_pathname_prefix is not respected in the following which breaks public routes and callbacks if a prefix is used:
  
  
    
        
           | 
           if request.path == "/_dash-update-component":  | 
        
    
   
 
edit: Maybe this could be an alternative?
if request.url_rule and app.server.view_functions.get(request.url_rule.endpoint) == app.dispatch: