Closed
Description
Is your feature request related to a problem? Please describe.
SSL for SaaS is not compatible with Cloudflare Pages, which is a blocker to doing SaaS with custom user domains on Nuxt Hub.
Describe the solution you'd like
The ability to deploy Nuxt Hub apps using module format Workers instead of Pages.
Describe alternatives you've considered
The only workaround I'm aware of is setting up a Worker for the fallback origin which proxies requests to Pages, however I'm getting D1_TYPE_ERROR
when using D1 in API routes on the proxy. The only workaround I've found there is directly hitting the API routes on the domain which is assigned to Pages, which isn't ideal.