Hello,
When I launch the paraview web visualizer with
[pvpython] -m paraview.apps.visualizer --port [portnum] --data [datadir]
it loads perfectly fine. But if I refresh the page, then I get the error as follows:
schedule exit for 10 seconds from now
double free or corruption (!prev)
Loguru caught a signal: SIGABRT
I wanted to understand the reason behind this issue. Is this because this method of launching is just meant for “trying it out” and ideally I should do apache front end and so on?