-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Empty render #132
Comments
Same issue here, using Ollama with LLama3.1. |
When I do a console.log() in the messageReceivedCallback(), I see the data reveived from the server, but it is not rendered. |
This is also happening to me, using custom api, the api responds correctly but nlux cannot render it, renders empty line instead... |
Same problem here, using NextJS, and React with NLUX and although I always see a response in the console I sometimes do not see anything on the UI |
Looks like this only happens in dev-Mode during hot reload. |
Sometimes it isn't rendering response properly. Investigated using onFinish method. OpenAI response is coming properly but it's not rendering anything.
Also it's not showing formulas
The text was updated successfully, but these errors were encountered: