-
Notifications
You must be signed in to change notification settings - Fork 221
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
Trouble running the examples #75
Comments
Oh nice! |
Ok I got it running on my server. For some reason the channel is not showing up when running on the server but I'll worry about that next. I'd like to make one small text change to the web app, changing "You have no channels currently" to just "No channels". After much searching, I found that string was not in the src at all. It's in some code that isn't even in my source control. It's in:
Anyway, changing the text in there, and then running:
Results in the web app not having that string changed. What gives? Ok when I run yarn build now I get this inscrutable JS error: Anyway, so how am I expected to change this text? Am I meant to pull that component into my source and then reference it from in there somehow? Ah! Now I have run yarn build, and restarting my browser, yarn start now has the change I made. WHAT THU? who cached it? React seems.... not great. |
Hi, I'm trying to try out the examples. Running:
gets me:
and
Where do I get this from? here?
Generated from https://getstream.io/chat/docs/react/tokens_and_authentication/?language=javascript#manually-generating-tokens
with UserID TeleportConnect
gets me in the browser:
with a blank page.
Any ideas?
On a MacBook Air M2 Ventura. Node.js v18.12.1.
The text was updated successfully, but these errors were encountered: