Philippe Vezina
Philippe Vezina
> which tools support it? only Vite.js? To my knowledge yes. Webpack 5 has taken a big step by stepping away from Node in bundled code by removing NodeJS library...
I was facing the same issue and tuning using `snapshot.fetch.size` in `config.yml` allowed me to throttle the snapshot creation which solved my issue.
Hi @ErisDS! I had also noticed this and notified it in the Slack community [here](https://openreplay.slack.com/archives/C02PC4H2PKL/p1703135099399659). This can be quite painful when using the Vue Router's default behaviour which is to...
If I'm not mistaken, the issue seems to be happening [here](https://github.com/openreplay/openreplay/blob/main/backend/pkg/db/postgres/events.go#L117). I see that the `path` and the `query` are saved in separate columns. Either the entire path with query...
Would it be possible for someone to take a look at this? It is currently not possible to play recordings stored on S3 because of this.
You need to change your Vite config to use `@vitejs/plugin-vue` instead of `@vitejs/plugin-vue2`. I'm guessing that you are following Vue's migration build? It isn't very clear in the instructions that...
> Fix proposed in #477 which mirrors the behaviour of vite_ruby before a recent tangentially related bugfix, as well as Webpacker. This PR won't fix the issue described here. The...
Looks like many things have changed since this PR was open. I'll retest on the latest version and either do a new PR or open an issue.