Closed alnow0021 closed 1 year ago
Hi, client-side rendering is not yet supported, I'm working on it for the next major release
:tada: This issue has been resolved in version 1.3.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Hi, when I visit the page for the first time (csrf cookie is not created yet) and try to fetch some data on the server side, then the module throws the error:
FetchError: (403 CSRF Token Mismatch (/api/data))
After refresh the page, the data are fetched correctly on the server side
example of code:
nuxt.config.ts: