import error with botframework-webchat #841
Unanswered
gaurav-pachar
asked this question in
Q&A
Replies: 1 comment
-
Hi @gaurav-pachar I'm not sure this is an issue with the starter template itself, so I've moved it to the Q&A discussions to see if anyone else in the community can support you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue summary
while integrating 'botframework-webchat' package into the app facing a get request failure with 504 error
Actual behavior
this is the error being logged in the chrome console
GET https://****-***-***-**-**.ngrok.io/node_modules/.vite/deps/botframework-webchat.js?v=2c4faf44 net::ERR_ABORTED 504
[hmr] Failed to reload /src/components/HomePage.jsx. This could be due to syntax errors or importing non-existent modules. (see errors above)
this is how HomePage.jsx looks like:
Beta Was this translation helpful? Give feedback.
All reactions