CSRF token always mismatch when fetch is called immediatelly at the app load. Look at code below, I just added a await testPost(true) to your playground example.
can this module only be used in client side events? After all, the data retrieval presented in the example can also be triggered on the client side, e.g. when navigating to another page via nuxt-link
CSRF token always mismatch when fetch is called immediatelly at the app load. Look at code below, I just added a
await testPost(true)
to your playground example.result on page load:
can this module only be used in client side events? After all, the data retrieval presented in the example can also be triggered on the client side, e.g. when navigating to another page via
nuxt-link