how do you get data in sveltekit server-side (in order to not get cors’d)

comments

fetch, server side cross origin requests don’t have the cors policy

that’s what i’m doing but it does it client side for some reason

try using +page.server.js then pass down the data

ok will do