Replies: 3 comments 1 reply
-
Looks like I managed to reproduce. Will take a look at it. |
Beta Was this translation helpful? Give feedback.
-
I have added lock files so now npm i and build will compile properly. I ques there is some dependency in newer packages to have it running without lock file. |
Beta Was this translation helpful? Give feedback.
-
Underlying issue is that AXIOS in new version does not think that url starting with two slashes
Change to
And last related commit it will take care of future axios versions. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I've updated to 4.52v Improvements version, which includes new React v18 in widget. Builded version works fine, but If i just want to rebuild that, it ends with empty start chat screen, also element inspection shows me empty tag:
Steps to reproduce:
builded using node v22.12.0 and dependencies inside package.json
Can you please take a look on it?
Beta Was this translation helpful? Give feedback.
All reactions