Hey, in my app I'm using Weasyprint to convert my HTML to PDF.
Bad thing is, I call my own web app via HTTP, resulting in the web worker waiting forever because the free account only have one web worker right?
I modified my app to not call my own web again, but it seems as of now, I can't restart it, I even re-create my app (in Web section), but no luck.