adesousa
Results
2
comments of
adesousa
Same here ... 2 days, I'm raging against the version trying to find something ! And here is @chriscdn finding the exact same problem ! In my case I changed...
As a workaround I decided to change getServerSession by : ``` const authBasePath = useRuntimeConfig().public.auth.computed.pathname const session = await $fetch(authBasePath + '/session', { method: 'GET', headers: event.headers }) ``` It's...