Robert

Results 11 comments of Robert

Hosting your own IPX instance (https://github.com/unjs/ipx) means you're creating a custom provider, therefore you might need to take a look at https://image.nuxtjs.org/advanced/custom-provider

I setup a fresh nuxt project with `create-nuxt-app`, added the same configuration (vercel-build script & vercel.json), it builds just fine, I have no idea why because it's the same config,...

> I'm having the same issue. Have you found any solution yet? Unfortunately not, just waiting for anyone who knows what's up to take a look.

> @adamchipperfield please could you provide an example of how you got this working? I am also getting the urls like https://cdn.sanity.io/images/%5Bproject-id%5D/production/.1790x1629.png?auto=format which are erroring use the ref id instead,...

Hi there! Thank you for your valuable feedback! That is weird considering the ref should always be there as seen here: ```js ``` but I'll take a look! EDIT: I'll...

Is this still a relevant issue? Load times were OK from a few tests I ran, but it probably depends on the library (assuming the issue comes from library pages)

@Dethada what exactly did you have in mind for this? Multiple reverse proxy paths for the same domain?

> ``` > C:\Users\think\IAMDinosaur>npm install > > > [email protected] install C:\Users\think\IAMDinosaur\node_modules\robotjs > > prebuild-install || node-gyp rebuild > > prebuild-install WARN install No prebuilt binaries found (target=10.13.0 runtime=node arch=x64 platform=win32)...

> What do you mean by "local network"? > > If you create a database, for example, in the default Docker network called `coolify`, only applications in the same network...