Closed vpmedia closed 1 month ago
Thanks for reporting this problem, I'm also able to reproduce it, however, for some reason, running the command vite preview
works while vite
is stuck loading forever. We're looking into this problem.
With us it happens when running the 'vite' command (local dev server) and also with the 'vite build' command (production release). Haven't tried 'vite preview' yet.
vite package version: "vite": "^5.4.10"
@vpmedia we pinpoint the source of the problem (related to a dependency) we're working on testing a new build and will publish a new version of the SDK (patch 0.3.1) asap.
@vpmedia we've released the version 0.3.1 that fixes the issue with vite
bundler. Let us know if you still face the issue with your app.
Version affected v0.3.0
Describe the bug After upgrading from v0.2.1 to v0.3.0 the browser hangs while page load. The browser just keeps showing progress of page load, no trace of console log errors. Our application with the embedded SDK does not complete the page load at all. Maybe something is broken with the release. We are using Vite as bundler.
Environment (please complete the following information):