Dominik Opyd

Results 28 comments of Dominik Opyd

@pi0 maybe it's worth adding to the documentation an example of extending the preset for such non-standard situations and new platform features that are not yet natively supported by the...

To be honest, I'm not just talking about the cache. Without a proxy for a given domain, I can't do redirects using "Bulk Redirects", I can't use "Cloudflare Zaraz" or...

It works, but with the proxy turned off. Maybe I expressed myself badly. I simply have the entire infrastructure on Cloudflare and the app on wasmer works after connecting to...

@theduke Has this already been implemented? I checked on a test domain and everything actually works now without user intervention behind Cloudflare with an orange padlock. So the functionality that...

Yes, I connected Nuxt Hub to a client's website that is several years old, has tens of thousands of entries and relations. For now, it is based on WordPress's `wp-json`...

This is not a bug nor a problem. - `/cdn-cgi/image/` and `/cdn-cgi/imagedelivery/` are two different services. Everything working correctly with `/cdn-cgi/image/`

"Today bug". Yesterday my script working perfectly fine. Today, with this: ```js const storage = createStorage({ driver: fsDriver({ base: "./" }), }); const packages = await storage.getKeys(); ``` I got:...

For now is not possible even for Nitro: https://github.com/nitrojs/nitro/issues/3431 Since nitro does not yet support custom durable object exports in the main bundle and NuxtHub is based on nitro, this...