grayaustinc

Results 6 comments of grayaustinc

Typically you would want to add a [Data Layer](https://developers.google.com/tag-platform/devguides/datalayer#installation). With this, any commands will be processed after gtag is loaded.

> Hi, it looks like the above reproduction is 404ing, please update it so we can take a look! Should be fixed now, was set to private

I think your onto something as I've also just looked into it using what you've found but I have yet to determine if (/)? is what is actually causing the...

I actually just tried it without the `removeTrailingSlash` from my example and it worked just the same. Did you try with the matching inside the parenthesis? `(/?)` it seems that...

@msampsontruecar That's surprising to me that the env variable would work like that as even in the [current canary](https://github.com/vercel/next.js/blob/bd82f690e5a2adebdf715e0e4406c1f29e93ff6a/packages/next/shared/lib/router/utils/resolve-rewrites.ts#L38) the env variable is used as a boolean. All of my...

Updated the reproduction to use Next 13 and continue to have same issues. A temporary fix is to add `{/}?` to end of sources (As explained on issue #40549 ).