You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using next-axiom with Next.js, and I would like to disable all configuration that proxies logging requests through my own domain. The new Vercel pricing doesn't make it worth it as we end up having to pay for each proxied request.
I would like to have an option that makes the reverse proxy opt in.
I'm not sure but look like I have similar issue in local dev. Despite setting the NEXT_PUBLIC_AXIOM_URL, the requests on client still send through proxy url.
I'm using next-axiom with Next.js, and I would like to disable all configuration that proxies logging requests through my own domain. The new Vercel pricing doesn't make it worth it as we end up having to pay for each proxied request.
I would like to have an option that makes the reverse proxy opt in.
next-axiom/src/platform/generic.ts
Lines 26 to 32 in 7677543
The text was updated successfully, but these errors were encountered: