Duncan McClean

Results 433 comments of Duncan McClean

> The problem lies within using `{{ contact:details }}` within another Bard Field (on the Homepage in this case) and not directly in a view. Oh, I see it now....

Which endpoint are you seeing the error on?

Can you provide an example of the URL you're making a request to which isn't working?

Thanks! > Currently, the following error is displayed when I call one of the two endpoints Hmm, I can't seem to reproduce this error myself. 🤔 ![CleanShot 2024-10-01 at 12...

Are you able to provide the contents of `resources/sites.yaml`?

We're using the same [default `.htaccess` file](https://github.com/laravel/laravel/blob/11.x/public/.htaccess) as Laravel has, which hasn't changed in years. I've also used it in other hosting setups with Apache without any issues. What changes...

The default `.htaccess` has been copied directly from Laravel, so should work fine for most sites. Since you haven't provided any additional context around what you needed to change and...