Florian Weber

Results 16 comments of Florian Weber

@DominikSerafin I took your jsfiddle and modified it to reproduce the bug. It only appears when you use the `preventParentScroll`. Without it, everything works as expected. 1. Scenario: Leave the...

@DominikSerafin you are welcome! I'll try to have a look to when i have time and let you know if i can figure something out.

Hey, i fixed it by changing it to the following: ``` var visibilityDivs = { 'xs': $(''), 'sm': $(''), 'md': $(''), 'lg': $(''), 'xl': $('') }; ```

If it helps, i updated my patch file to work with the nitropack package .yarn/patches/nitropack-npm-0.2.4-598f2e4fe6 ``` diff --git a/dist/chunks/prerender.mjs b/dist/chunks/prerender.mjs index 7e55bb75fefffdd26b0fe29ac08cf6c20294f559..8b1d659254b45707b8bd519e4faa43fb37cda687 100644 --- a/dist/chunks/prerender.mjs +++ b/dist/chunks/prerender.mjs @@ -512,15 +512,21...

@nathanchase I don't know if you used my solution but if you want to, here are some up to date instructions with a new patch for nitro version 0.4.12. Add...

@nathanchase Which nuxt version are you using? If you are using the latest `rc.5` you need to make sure to install the latest nitropack version otherwise pnpm will fail to...

@nathanchase i just saw that `rc.6` is out. The above is also true to that.

@nathanchase did you check if all the brotli files are available on your production server?

that is weird because you said that it worked on your local machine. it looks like it tries to read a file but instead got a directory. there is probably...

glad i could help and it works now! I hope that they soon add something like a hook and we can update the https://github.com/nuxt-modules/compression package