PizzaConsole
PizzaConsole
@luc122c You could however use the `prerender` config to generate the static html and then run `nuxt build`, works for me because I only have one page... would not be...
Also having this issue! `"nuxt": "3.0.0-rc.13"`
I did a bit of digging on this, the error might be somewhere [here](https://github.com/unjs/nitro/blob/837f894c310ad27854cfa0dc538c6c033e2a3d41/src/runtime/entries/cloudflare-pages.ts#L25) ```ts export async function onRequest (ctx: CFRequestContext) { try { // const asset = await env.ASSETS.fetch(request,...
> make the necessary changes @danielroe What are those changes? I am trying to do this with the cloudflare-pages.ts one and I can't get it to work.
Whats the latest on adding this component?
> @PoisnFang any luck with this? It doesn't seem limited to cloudflare - even testing locally fails in the same way. Hey @MikeBman I privately forked the project and made...
@MikeBman I just pulled the `composables` and `plugins` folders directly into my project from [here](https://github.com/PoisnFang/nuxt-supabase-spa/tree/apex/src/runtime). I am deploying to Cloudflare
@deanmarcussen @hishamco That works! ```csharp public class BlogPost { public string Title { get; set; } public string Author { get; set; } public string Content { get; set; }...
@deanmarcussen @hishamco I just realized that there is still an issue here. Because YesSql uses Newtonsoft as the serializer, if you have `[JsonIgnore]` on a property and you try to...
Any update on this? Should I try to look into doing it myself and doing a PR?