Robert Hoffmann
Robert Hoffmann
So, i worked around this by using the api directly: https://api.mailjet.com/v3/send (https://dev.mailjet.com/email/reference/send-emails#v3_post_send) Maybe remove dependencies from Axios, and simply implement the fetch yourself ? If you need advanced functionality over...
> But I get CORS error... You can't use this on the client, which i suppose you are doing (maybe with some tweaks, but probably not) My fetch code is...
.windsurfrules also seem outdated and not synced: lots of references to old syntax, which seems to take up unnecessary space, and maybe even cause confusion (lots of references to scripts/dev.js)...
> > Maybe just putting an instruction to .windsurfrules to read it from a different file would help? I am not super sure about what count into 6000 char limit....
Ok, here is the reproduction, it's now producing the error https://stackblitz.com/edit/nuxt-starter-d9qil3 Be sure to open in full page, and open the dev console
So, i narrowed the error down a bit As soon as the server component uses a ``, or includes another component tagged with `nuxt-client`, it breaks
@bernhardberger why are you surprised it even builds ? Oh, probably because i have this enabled https://github.com/nuxt/nuxt/issues/29354#issuecomment-2406364289 But the extra error is that adding a `nuxt-client`, will break it too
i removed the slot and only used the `nuxt-client`, it breaks too, if i remove both, it works (i do leave `selectiveClient: true` in my config though) my problem isn't...
Thats what it added when i ran approve-build (after disabling postinstall) However anyone that has the latest version of pnpm on their pc and initializes a new nuxt project will...