dimitri-grablow

Results 5 comments of dimitri-grablow

Hi guys, are there any conclusions about the initial issue? I'm writing here from the future (2016) and the case with the empty screenshot name in Behat2Renderer is still reproducing...

I think it can be related to vite, rather than nuxt and is also described in https://stackoverflow.com/questions/74902697/error-the-request-url-is-outside-of-vite-serving-allow-list-after-git-init I was able to resolve it with the following congiguration ``` import {...

I am facing the similar problem. In my case we have to use several vue libraries within a monorepo project, and bring them into one app. It may happen, that...

Not sure if this is relevant, but based on suggestion from @CyberAP I have the following working example: ```vue import { renderToString } from '@vue/server-renderer'; import { h, createStaticVNode, getCurrentInstance,...

hm, I don't have `ssrRender` on my component. Is it coming from Nuxt? We do not use Nuxt currently or otherwise I do not know how to access it