We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have followed all steps from here for nuxt js : https://sdk.vercel.ai/docs/getting-started/nuxt
It is working fine on local but after deployed on server project is working fine but /api/chat api not working and getting error :
{ "url": "/api/chat", "statusCode": 500, "statusMessage": "", "message": "TransformStream is not defined", "stack": "" }
No response
"@ai-sdk/openai": "^1.0.11"
The text was updated successfully, but these errors were encountered:
Which environment are you deploying to / running on?
Sorry, something went wrong.
@lgrammel Thank you for your replay
Ubuntu 22.04.3 LTS Node v18.19.1 Nuxt: 3.3.1 PHP 8.1.2-1ubuntu2.20 with Apache
Setting node version 18 work for me, Thanks
No branches or pull requests
Description
I have followed all steps from here for nuxt js : https://sdk.vercel.ai/docs/getting-started/nuxt
It is working fine on local but after deployed on server project is working fine but /api/chat api not working and getting error :
{ "url": "/api/chat", "statusCode": 500, "statusMessage": "", "message": "TransformStream is not defined", "stack": "" }
Code example
No response
AI provider
"@ai-sdk/openai": "^1.0.11"
Additional context
No response
The text was updated successfully, but these errors were encountered: