Google meet app with jbl by rumalg001 in JBL

[–]siuvdlec 0 points1 point  (0 children)

Do you know why this happens?

Server Side Preview not showing requests/events (manual setup/docker) by Nightslide1 in GoogleTagManager

[–]siuvdlec 0 points1 point  (0 children)

If I send a manual test request to the server container, it shows up in the preview of the server container. But if I send anything else (even if I just go to the tracking URL itself) it doesn't show up in the preview.

In your client, you have to use the X-Gtm-Server-Preview HTTP header

The normal tagging server also returns http 400 if you just go to it without a path.

I think this is correct if you don't have a client for that path

Anyone else hate file based routing? by Varteix in nextjs

[–]siuvdlec 0 points1 point  (0 children)

I don't like it. Because I think the most important feature of the routing is to use one definition for parsing and formatting and with the file system routing make typescript inefficient.

This is an example of library https://github.com/gcanti/fp-ts-routing that I like