I do not encounter any problems in the deployment of the site, but when I try to open the site, I encounter this error. Can you help me ? Thank you in advance
TypeError - server.init is not a function in svelte kit
Stack trace
TypeError: server.init is not a function
at init (/var/task/.netlify/serverless.js:272:9)
at Object.<anonymous> (/var/task/.netlify/functions-internal/render.js:3:19)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (/var/task/render.js:1:18)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
Exactly, there would be some files, right? Probably a repo where you have them? Some code-base you might be working on? Something that you can share which can trigger this behaviour.