How to make 'Try it' work with Laravel scantum #212
-
Hi how can I make the 'Try it' work in my app using Laravel scantum? e.g. when I try to login I get an error
I know that the login ins working very well using Postman |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hey @rabol Can you please elaborate of how your API is set up and how exactly you interact with it using Postman? I don't fully understand if you're using tokens, or somehow you use session data in Postman. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I have the same issue with scantum. |
Beta Was this translation helpful? Give feedback.
-
Removing the "\Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class," from Kernel solved my issue. |
Beta Was this translation helpful? Give feedback.
-
@rabol this should be fixed in https://github.com/dedoc/scramble/releases/tag/v0.8.5, please check it out. Feel free to re-open discussion if not working. |
Beta Was this translation helpful? Give feedback.
@rabol this should be fixed in https://github.com/dedoc/scramble/releases/tag/v0.8.5, please check it out. Feel free to re-open discussion if not working.