image
image copied to clipboard
Wrong arguments in serverMiddleware function
I am migrating website to nuxt bridge and getting this errors on page load:
I found the reason:
Function
IPXMiddleware receive not this arguments, but H3Event object, where structure is event.node.res
My deps:
{
"nuxt": "^2.16.3",
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
"@nuxt/image": "^0.7.1",
}
What can I do to fix this issue?
@danielroe
Have you found a solution? I have exactly the same errors.
Have you found a solution? I have exactly the same errors.
No, I gave up migration then. I want to try again soon. I will write if I can fix it