This doesn’t seem to work.
e.g. what’s the “myserver” below?
===================================
app1.py
app = dash.Dash(name=‘app1’, server=myserver, csrf_protect=False,url_base_pathname=’/app1’,loginSupported=True)
This doesn’t seem to work.
e.g. what’s the “myserver” below?
===================================
app = dash.Dash(name=‘app1’, server=myserver, csrf_protect=False,url_base_pathname=’/app1’,loginSupported=True)