-
Notifications
You must be signed in to change notification settings - Fork 60.4k
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
[Bug] Unexpected return from /api/openai endpoint #3814
Comments
Confirm this bug with Desktop App 2.10.1 on Ubuntu 22.04 LTS with the error: |
I think this bug its because of front end next.js |
@H0llyW00dzZ Do you know a workaround ? Can't use Desktop App anymore :-/ |
I have no idea how to fix it, because it is working on my desktop without any issues. |
Weird... I've tested several versions, 2.9.5 to 2.10.1 and same error... The only workaround I found is to use docker... Could you check what's happening @Yidadaa ? |
@SamirSaidani A work around I found is to self host nextchat using docker and then looking at the requests to see the api paths and using the self hosted api paths. I don't want to use the ones given as I don't know if they are being looked at |
I set the OpenAI Enpoint to "/api/openai" and when I start a new chat with arbitrary message, it returns html code instead of a response.
None of the other end points I tested work, including https://gpt.nextapi.fun/api/proxy
Deployment
Native App: v2.10.1
Desktop
The text was updated successfully, but these errors were encountered: