Hi delsim, I tried to use your django-plotly-dash to embed the newly released dash component called dash-pivottable into my django project, but in the sample snippet of the component, a sever for the app is defined by “server=app.server”, which will raise an error of “AttributeError: ‘DjangoDash’ object has no attribute ‘server’”. If I comment out that line, there’s no error but the dash component is unable to be loaded and nothing displayed. So I want to try the “iframe” way, but I don’t understand where I can get the “https://dash_server_url” for the dash-pivottable component. You can find the dash-pivottable component here: “📣 Dash Pivottable Released”