DavidFeng
WWasp
•Created by DavidFeng on 1/14/2025 in #đŸ™‹questions
Streaming Text From OpenAI : Best Approach?
Hi there! As the title mentions, I am looking for ways to implement a text streaming chatbot in Wasp. However, the only example I could find on streaming text was done through API, and the user seems to have a bit of trouble tying it to a button on the frontend. Not sure if I can do it with Async Generator / Event Emitter / Websocket / Other Methods.
I can probably work it out with enough time. Still, I want to ask for some advice from people who are more familiar with wasp, as text streaming feels like a common feature. Which would be the easiest option? Is there some native support or tools that I'm missing?
15 replies
WWasp
•Created by DavidFeng on 10/17/2024 in #đŸ™‹questions
Google Auth Redirection Not Working (Netlify & AWS)
26 replies
WWasp
•Created by DavidFeng on 10/14/2024 in #đŸ™‹questions
Blank Page when Create New App
Hi, I am new to wasp and wanted to create an app with open-saas. I followed the instructions on the official docs, but when running
wasp start
I get an empty page at http://localhost:3000/
(favicon is popping up, but the page has no content). I don't think this is supposed to happen.
I am running with node version 22.9.0
, npm version 10.8.3
, wasp version 0.15.0
on a M1 Mac.
There was a warning on running wasp start
:
DeprecationWarning: The 'punycode' module is deprecated. Please use a userland alternative instead.
Maybe that is relevant but I am suspecting more of a version issue for node or npm. Which node and npm versions are used by the developer team? I am okay with changing my node or npm version so they align. This looks like an interesting project and I want to get it working.
Edit: I tried to create a todo list app and it worked. Seems like it is an open-saas specific problem.
I have created an issue on https://github.com/wasp-lang/open-saas/issues/28910 replies