Rene Bartkowiak
Rene Bartkowiak
Also having this issue caused by `electron-store` Any solution so far? Thanks!
Would be great to have this feature from library. In the meantime you could use this workaround and build your own onClick method by extending the class: https://bl.ocks.org/chriswhong/8977c0d4e869e9eaf06b4e9fda80f3ab
I mean you can set `"type": "module"` in your package.json file but this might brake something else. Super annoying this back and force with CommonJS and ES
Is there any estimate when this feature is available? Like @sharaola said it's very misleading information in the corresponding blog post / announcement. As far as I can see AWS...
I might found a way to at least host a Nuxt 3 app via Lambda. Will further investigate and hopefully find a way to host it with Amplify, even it...
@Batto1300 This is not SSR. It's using the `generate` command which generates a static site. SSR means it is running a nodeJS instance in the background that handles requests and...
Thanks for pointing this out @scalemaildev but unfortunately it doesn't solve the main issue: AWS still doesn't support AWS out of the box whereas other cloud service providers like Vercel...
@scalemaildev Depends a little on what your server exactly does. If it ist just handling requests and for example generates timestamps Vercel is fine. If you have data that needs...
Unfortunately I don't think so. That's why I switched from Nuxt to Vitesse
Any updates on this? As far as I can see problem is running the `npm run start` on a serverless environment, right? But how does Next.js do it? I mean...