[Bug] Short description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Actual behavior
A clear and concise description of what actually happened.
Module information
Version:
x.x.x
Content of your
nuxt.config.ts
:
Nuxt environment:
Version:
x.x.x
SSR Enabled: yes / no
Environment: local / production
Laravel environment:
Version:
x.x.x
Sanctum installed via Breeze: yes / no
Checklist completed: yes / no
What is your session domain in
config/session.php
:<REPLACE_ME>
What is your stateful domains in
config/sanctum.php
:<REPLACE_ME>
Content of
config/cors.php
:
Logs
Please provide module logs that can help to understand the problem. Make sure to change sanctum.logLevel
to 5
in your nuxt.config.ts
. CSR logs can be found in the browser, while SSR logs can be found in the server terminal.
Additional context
Add any other context about the problem here. For instance, you can attach the details about the request/response of the application or logs from the backend to make this problem easier to understand. Also, any code sample that can help to reproduce the issue will be appreciated.
Last updated