Maxime Lafrenière

Results 17 comments of Maxime Lafrenière

@brandonkelly is there any update on that matter? A client duplicates the same entry 20+ times and we got 20+ entries with the same slug (`maxSlugIncrement` isn't override tho; so...

There wasn't one, this section is not "expose" and called with GraphQL, so I add one base on `{id}-{slug}` and make the api call using `uri` instead of `slug` to...

The uri format `{id}-{slug}` allows me to avoid any further issues. 50 entries with the same slug is actually quite an issue when you fetch entries by slug using GraphQL,...

Still got that issue with Craft CMS 4 version. ``` // services/SeoService.php $env = getenv('ENVIRONMENT') ?? getenv('CRAFT_ENVIRONMENT'); ``` If I use CRAFT_ENVIRONMENT and not ENVIRONMENT $env return false form the...

@pascalminator you're welcome! Still, I would like a follow up from the creators 😆