Duncan McClean
Duncan McClean
Hmm, I'm not sure what's happening. No one else has reported these issues before 🤔 What does your `app/Providers/AppServiceProvider.php` file look like? Are you calling `Json::withoutWrapping()` anywhere?
Okay, that all looks fine. 🤔 Are you able to give us access to the repository so we can take a look? Are you able to replicate the issue on...
Sure. You can send it to [email protected].
Hmm, strangly enough, even using the site you sent over, I'm not seeing any of the issues you pointed out. Adding/editing fields in blueprints and fieldsets work as expected. Saving...
Since we're not able to reproduce the issue on the repository you sent over, it probably means it's something to do with your local/server setup, rather than Statamic. As I...
~~Can you provide the YAML for the navigation's blueprint? You can find it in `resources/blueprints/navigation`.~~ Nevermind, just discovered it happens when you use the Link fieldtype anywhere in a navigation...
Out of curiosity, what's your use case for different `composer.json` files per environment? Surely, you'd want the same dependencies installed in all environments?
When I've ever needed to do that in the past, I've achieved it by adding the repositories to my global `composer.json`/`config.json` files, instead of creating separate `composer.json` files: ```json {...
Unfortunatley, I don't have a fix for this. However, I've created a new example repo on Statamic 5, using @goellner's example, for whenever we get around to looking into this:...
We don't have any updates on this one yet, unfortunately. We'll leave a comment when we do.