Hey there everyone,
Is there any resource for getting Wallaby to work in production? I need some sort of headless browser for rendering SPA pages and processing the HTML. I cannot for the life of me get Wallaby to work in production. I keep getting random errors that don’t even see correlated, and sometimes no errors and a crash.
Otherwise, I would love some pointers on how you handle loading JS sites in a headless browser within Elixir. I’m surprised how sparse this part of the ecosystem is unless I’m missing something.
From what I understand, I can’t really use Crawly because it’s typically a one-time url rather than repeatedly loading up the same URL on a recurring basis.
Thank you in advance!