Gabriel Sze

Results 13 comments of Gabriel Sze

Hey @shadow81627 I've came across that but I don't think it's the same issue, I've tried with alias but still doesn't work. In fact, my URL is re-routed correctly, unlike...

I have created a repro here as well - https://github.com/gabrielsze/nuxtStaticTest the image is found in the home page, `/pages/index.vue` - npm run dev - open localhost - 400 ipx bad...

Ok I'm here with another update after having a look. I noticed firebase storage images that are uploaded in the root directory works fine, mainly the one @dosstx provided with,...

Hey @shadow81627, that's a nice catch. Once it decodes the entire URL, the image string is no longer valid. That's where i think the bad request happens. Perhaps a solution...

I've came up with a solution on a fork I have on the ipx repo, which basically checks for firebase storage image URLs and handles them (slightly separately). I'll probably...

the original suggestion would be a good use case to add, am wondering if this is still being considered?

Curious if this could potentially include improving the `nuxt generate` step by only generating pages that have changed since the last generate step. This will be quite helpful for big...

Having the same issue when i upgraded from 2.13 to 2.14, fails at `nuxt generate` with/without target static. It seems to work for fully static if i cancel and run...

> @AliasIO Thanks. FYI, for now you can add the following to your nuxt config to prevent the memory leak: > > ```js > export default { > hooks: {...