Replies: 1 comment
-
I changed this for a second to: '/products/**': { swr: 1 }, but it doesn't work after running npx nuxi generate. The console says this: client.mjs:36 [nuxt] Could not access graphql-client. The only available runtime config keys on the client side are public and app. See https://nuxt.com/docs/guide/going-further/runtime-config for more information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Woonuxt Support Team,
I read on your website (https://woonuxt.com/) that the system can be used statically on any server. However, after running the command npx nuxi generate, I noticed that if a new product is added or if I change the name or any value of an existing product, the changes are not reflected. The new product does not appear, nor do the modifications show up unless I regenerate the site.
When I run the application with Node, everything works correctly, but I would prefer to continue using the static generation method (npx nuxi generate). Could you please advise on how to resolve this issue?
Thank you in advance for your help.
Best regards,
Boaz
Beta Was this translation helpful? Give feedback.
All reactions