We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
How can we make a SSR call?
When i try this:
const { workspaces: workspaceData } = await $fetch<any>("workspaces");
It's always client side. When I add ssr:
const { workspaces: workspaceData } = await $fetch<any>("workspaces", { server: true });
https://nuxt.com/docs/getting-started/data-fetching
It's not working , and still making a client side call (I have SSR enabled in my nuxt.config file).
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, you can see an example here https://github.com/k2so-dev/laravel-nuxt/blob/main/nuxt/app/pages/account/devices.vue
Sorry, something went wrong.
No branches or pull requests
Hi,
How can we make a SSR call?
When i try this:
It's always client side. When I add ssr:
https://nuxt.com/docs/getting-started/data-fetching
It's not working , and still making a client side call (I have SSR enabled in my nuxt.config file).
Thanks!
The text was updated successfully, but these errors were encountered: