(edited)
When I use nextjs rewrites to proxy posthog requests - https://posthog.com/docs/advanced/proxy/nextjs what kind of resources will it consume? Edge requests? Something else?
When I use nextjs rewrites to proxy posthog requests - https://posthog.com/docs/advanced/proxy/nextjs what kind of resources will it consume? Edge requests? Something else?
Hi , welcome to the Vercel Community!
It should come into Edge requests and Fast Data transfer. If you use rewrites cache, then also the Edge Caching will come into play.
I hope this was helpful.