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
Hi there, i have my logs with axiom working perfectly both in my backend and frontend, however, when i tried to implement webvitals, the response is always the same (on production)
Hi there, i have my logs with axiom working perfectly both in my backend and frontend, however, when i tried to implement webvitals, the response is always the same (on production)
Response:
POST 400 {"message":"Bad Request"}
Request:
POST https://mysite/_axiom/web-vitals
Request object:
My NEXT_PUBLIC_AXIOM_INGEST_ENDPOINT is setup aswell.
Package versions:
next: 14.2.1
next-axiom: ^0.18.1
I need to use next-axiom version 0 since version 1 doesnt allow for tRPC
My next.config.js is wrapped with withAxiom and also is my tRPC context.
Any ideas?
Cheers
The text was updated successfully, but these errors were encountered: