Closed Barbapapazes closed 7 months ago
could solve my issue: https://github.com/adonisjs/transmit-client/issues/2
will try
Have you activated the enableXsrfCookie
option in config/shield.ts
?
could solve my issue: adonisjs/transmit-client#2
will try
works fine!
Have you activated the
enableXsrfCookie
option inconfig/shield.ts
?
Yes, after reading the code source of tansmit-client and now, everything is ok!
Package version
^0.2.3
Describe the bug
Once you enabled the
shield.csrf
protection, client is unable to subscribe to the server.Reproduction repo
No response