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 start my relay server using npm run relay:
[nodemon] starting `node ./relay-server/index.js` [RealtimeRelay] Listening on ws://localhost:8081
I edit my .env:
OPENAI_API_KEY=<MY_API_KEY> REACT_APP_LOCAL_RELAY_SERVER_URL=http://localhost:8081
Then I launch react using npm start. When I click connect the browser errors out with:
Could not connect to "http://localhost:8081" at WebSocket.connectionErrorHandler (http://localhost:3000/static/js/bundle.js:59606:18)
The text was updated successfully, but these errors were encountered:
You need to first run npm run relay to start the relay server. (Leave that running in another shell, before you run npm start)
npm run relay
npm start
Sorry, something went wrong.
No branches or pull requests
I start my relay server using npm run relay:
I edit my .env:
Then I launch react using npm start. When I click connect the browser errors out with:
The text was updated successfully, but these errors were encountered: