Python error showing in browser

Hello,

Recently, my apps is giving the errors within chrome instead of in the console, losing the track of what happens on the way. I don’t recall doing anything that would lead to that change (appart from a pip upgrade eventually)

I don’t have a simplified example for it now, but is it a feature that is expected now?

Thanks

No. Try to look in the server logs. Try to look in the browsers developer console.

There might be more info there. Feel free to share.

No error there either.

From what i understand, it happens when an error happens when loading the app (before it has time to load

The inspected object is:

<div class="bk-panel-models-markup-HTML markdown alert alert-danger" style="width: calc(100% - 10px); min-width: 0px;"></div>
...
<style>
:host(.pn-loading):before, .pn-loading:before {
  background-color: #c3c3c3;
  mask-size: auto calc(min(50%, 300px));
  -webkit-mask-size: auto calc(min(50%, 300px));
}</style>

<div style="width: 100%; min-width: 0px; visibility: visible;"><p><b>IndexError</b></p>
<pre style="overflow-y: auto">list index out of range</pre></div>

does it help?