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
Hello I am facing a 404 not found error while sending logs through my next js app to the axiom. "next": "^13.4.10", "next-axiom": "^1.1.0",
These are the versions in use. facing the issue in local environment - http://localhost:3000/en/_axiom/logs (404 Not Found)
The text was updated successfully, but these errors were encountered:
Found the mistake, the middleware wasnt accepting the requests with _axiom instead was by default adding url+{localLanguage}/_axiom/logs which was an incorrect url to send the logs to.
now the logs are successfully being sent to url/_axiom/logs
Found the mistake, the middleware wasnt accepting the requests with _axiom instead was by default adding url+{localLanguage}/_axiom/logs which was an incorrect url to send the logs to.
Hello I am facing a 404 not found error while sending logs through my next js app to the axiom.
"next": "^13.4.10", "next-axiom": "^1.1.0",
These are the versions in use. facing the issue in local environment - http://localhost:3000/en/_axiom/logs (404 Not Found)
The text was updated successfully, but these errors were encountered: