Omar Ramos

Results 20 comments of Omar Ramos
trafficstars

I was just trying to connect to a newer Ubuntu 16.04 VM and ran into this same issue when testing out Terminals a few moments ago. This seemed like it'd...

@Gustavinho, Your understanding of the issue is correct :-). Hopefully changing things to be similar to the default Laravel behavior/output of `\Livewire\Livewire::scripts()` isn't too difficult, but I definitely think that...

I'm not sure if it's exactly what you're asking about, but earlier when I was starting to look into the issue I did see that there was a `X-CSRF-TOKEN` header...

Gotcha, I'm not seeing that particular `` element on my end in the HTML output on the page, although it does seem like that `X-CSRF-TOKEN` in the request header I...

Would this issue be related to wanting to have a CAS user automatically added into Laravel's users table? For most of the applications I work on there's a strong need...

I'm still a relative Laravel newcomer as well, but not sure if the recent Fortify project might have useful tidbits: https://github.com/laravel/fortify (It gets used underneath the hood by the other...

Must have been some cookie weirdness though I'm not sure if it'll happen again on its own. Right now I cleared out my cookies for my localhost test and it...

I may have potentially in a separate tab but it was a bit more persistent than that (even after logging in again the issue was reoccurring until I cleared out...

Thank you for the reply! I'm not sure if what you described about caching into a cookie would work in this case or not. As far as my app itself,...