Oliver Mesieh

Results 16 issues of Oliver Mesieh

### Environment - Operating System: `Darwin` - Node Version: `v16.13.0` - Nuxt Version: `3.0.0-rc.11` - Nitro Version: `0.5.4` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-` -...

pending triage

### Bug description While uploading and renaming files through the Assets Browser, I accidentally used for multiple files the same filename, which caused Statamic to override the existing file with...

assets

When you have a lot of content, Statamic allows us to optimize ssg build time by using `spatie/fork` dependency to have concurrent builds. However, the step "Gathering content files" still...

### Bug description An exception is thrown when using Antlers in the SEO field with configured custom collection routes. Here is the Stacktrace: https://flareapp.io/share/W7zb8487#F91 ### How to reproduce 1. In...

bug

The task **Create backup directory** fails: `"msg": "There was an issue creating /srv/www/example.com/backup as requested: [Errno 13] Permission denied: '/srv/www/example.com/backup'", "path": "/srv/www/example.com/backup", "state": "absent"` Solution is adding `become: yes` to...

I don't know why `mysql_root_user` is not available in that scope, but as defined in the mariadb task from trellis the root user is always `root` so I've hardcoded that...

**Describe the bug** Nested arrays are reduced to a single line. **Impacted Products** Which Antlers Toolbox products does this bug apply to? - [x] Antlers Toolbox for VS Code -...

### Bug description We have a multi-site where the URLs are sometimes generated incorrectly. This can result in a URI redirecting to the wrong site language, for example, you're on...

bug

Reimplement #154. Content gathering could take a long time for large Statamic sites. This commit makes these calls concurrent if `spatie/fork` is available. In this implementation, URLs will no longer...

### Bug description Possibly related to #170. We have a multi-site where the entries fieldtype is sometimes returning null, instead of the linked entry. ### How to reproduce 1. Add...

bug