You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a fresh Laravel app to confirm. It's just a simple page with an ApexCharts from one of their examples. The view renders fine. But when trying to render via Browsershot, I get a: ProcessFailedException. General error.
It seems related to JavaScript. When I 'disableJavascript', it works immediately.
I've tried the various Browsershot methods related to this, like waitForFunction, delay, waitForNetwork, etc. Nothing has helped.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Laravel + Browsershot + ApexCharts.
I created a fresh Laravel app to confirm. It's just a simple page with an ApexCharts from one of their examples. The view renders fine. But when trying to render via Browsershot, I get a: ProcessFailedException. General error.
It seems related to JavaScript. When I 'disableJavascript', it works immediately.
I've tried the various Browsershot methods related to this, like waitForFunction, delay, waitForNetwork, etc. Nothing has helped.
Help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions