-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next 13.2 new route handler bug #413
Comments
@brunoocal what This was a known bug in See also jaredwray/keyv#45 |
None |
Okay; let me investigate a bit.. |
@brunoocal just to try and repro, are you using |
Yes, It's in the appDir new route handler in Next 13.2 with latest npm version. I just tried the same code in pages/api and works perfectly |
Yeah; I'm able to repro it using next 13.2 w/ a route handler. My suggestion for now would be to:
If you end up creating an issue on the next.js repo, please link it to here so we can track progress. Thanks! |
Thank you! |
Verify latest release
chatgpt
releaseVerify webapp is working
Environment details
NodeJS v19.0.1
Browser: Irrelevant
OS: Windows 11
Describe the Bug
Console throws this. My route handler is just an instance of ChatGPTAPI (official API) sending the text of a sendMessage() call.
The text was updated successfully, but these errors were encountered: