Plinpod

Results 16 comments of Plinpod
trafficstars

Any updates on this feature? DisplayFusion currently does this and I'm needing it before switching over to PoweToys

I noticed this is an issue when the you install the extension on a remote SSH through VScode.

+1 to adding the ability to suppress chunk errors. Currently, depending on the caching strategy you have setup, new deployments will break the app until the page cache is cleared....

Can replicate the same behavior with Nuxt 3.1.2 deployed to Vercel I fixed it on my end by using route middleware. I only had this issue for my search page,...

@igortrinidad No, I haven't tried that. That file's put into the project's root in a folder called `app` ? I wasn't aware of a directory structure like that.

> Seeing same issue with non-get requests returning 405

Yes and it seems like when it forces you to install on Remote - SSH the glow feature is also broken

> I did a bit of digging on this, the error might be somewhere [here](https://github.com/unjs/nitro/blob/837f894c310ad27854cfa0dc538c6c033e2a3d41/src/runtime/entries/cloudflare-pages.ts#L25) > > ```ts > export async function onRequest (ctx: CFRequestContext) { > try { >...