globalexport

Results 29 comments of globalexport

Sadly, the same error can still happen. I am ran into it locally on a MacBook Pro after approx. 450 pages (4 workers). But I am quite surprised about your...

I was not able to try-catch the error. It just broke the worker processes. Did you manage to do so?

Maybe related: https://github.com/spatie/fork/issues/22

Too much payload to deserialize here: https://github.com/statamic/ssg/blob/HEAD/src/Generator.php#L290 If you have only 2 workers, the closure will consist of half of the pages. If you increase the number of workers, the...

My ssg generation ran into the same error today (statamic v3.17 & ssg v1.0.1, php 8, parallel mode).

The error can be avoided with this piece of code before importing. ``` if (typeof self === 'undefined' && typeof global === 'object') { global.self = global } ```

I was able to fix this for MacOS in `src-tauri/src/inject/event.js`: ``` const detectAnchorElementClick = (e) => { const anchorElement = e.target.closest('a'); if (anchorElement && anchorElement.href) { if (anchorElement.target !== '')...

Hi @tw93! Maybe this is a misunderstanding. I am on MacOS and I cannot open devtools in the Windows build on another computer. I have no Windows environment to run...

I can add to this that the same breaking problem occurs when using the aardvark-seo package.

``` > php please support:details Environment Application Name: Statamic Laravel Version: 10.34.2 PHP Version: 8.3.0 Composer Version: 2.3.10 Environment: local Debug Mode: ENABLED URL: my-static.website.com/ Maintenance Mode: OFF Cache Config:...