Replies: 1 comment 1 reply
-
Have you ever been able to see such requests leaving the browser in your network request? I interpret locally, as in a local production build, but in your deployed app? Maybe you could try to capture some debug information, like user agent, path of origin, which headers are present, if any, it might explode your production logs though... or if you have this data already, are there any hints there? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hi!
I have an api route:
/api/chat
(used for ai package withuseChat
).I keep seeing data from other parts of my app being posted to this route, data which I only post to the backend via server actions. How can this happen? I can't replicate it locally, but I see it in my production logs every other day.
/api/chat
is only mentioned a single time in my codebase, and that's in the useChat function.Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions