How do I solve this minor issue in the Ecelia chatbot project? #4
Answered
by
prashantucer
pushpaktiwarii
asked this question in
Q&A
-
|
I'm facing a small issue while testing the frontend/backend communication in the Ecelia project. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
prashantucer
Nov 14, 2025
Replies: 1 comment
-
|
You can fix this issue by restarting the server and ensuring both backend and frontend are running on the correct ports. Try: Also check if the API endpoint URL is correct inside config file. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pushpaktiwarii
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can fix this issue by restarting the server and ensuring both backend and frontend are running on the correct ports.
Try:
npm install
npm run server
npm start
Also check if the API endpoint URL is correct inside config file.