enhance-dev / fastify-plugin

Build your Fastify app's views with custom elements. Powered by Enhance
https://enhance.dev/docs/learn/deployment/fastify
3 stars 0 forks source link

req.session is not available with Fastify #2

Open andrasbacsai opened 1 year ago

andrasbacsai commented 1 year ago

During development (with sandbox) everything works, but when I would like to deploy with Fastify, the req.session is not available.

"statusCode": 500,
"error": "Internal Server Error",
"message": "Cannot destructure property '_idx' of 'req.session' as it is undefined."
}

Reproduce:

Let me know if you need any further information.