Getting 419 responses on fresh Jetstream install using ios simulator #336
Unanswered
jonnywilliamson
asked this question in
Help
Replies: 1 comment 2 replies
-
I've experienced this issue before. This error had to do with the cookie not being correctly set on domains when I was accessing pages that needed authentication. This had to do with the sessions config making use of file, I switched to database sessions and haven't experienced this issue since. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there. I've been stuck with this for hours and need a little help to check that I'm not going insane.
I am developing on my macbook and using the Xcode Simulator to test all my design and code on different iphone models etc. However I keep getting 419 errors ONLY on the simulator with every POST request....When I check in my normal browser everything is perfect.
To make sure it wasn't just me, I have installed a fresh, untouched version of Laravel 8 / jetstream / inertia and I can replicate the same problem. Viewing in browser...no problem. Launching the ios simulator and viewing the site, that's ok. As soon as I post to login/register..BOOM 419 error.
I made a short video showing the entire process. It's only 1 min long - it shows
It's a quick video because I didn't want to bore anyone. But can anyone else recreate this? Is it just me?
I just do not know how or where to debug this. I then installed pingcrm and that DOES work on the ios simulator. Why would a fresh install of jetstream not work?
Any help greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions