Awesome content! Keep it up! I'm using filament for my admin panel from a different domain. For testing purposes, I've left wildcards in the cors config file. It's worth mentioning im using jetstream which comes with its own middleware. But the sanctum is more towards api endpoints. The issue im having is viewing the images from storage folder when I want to view or edit my previously created record from the subdomain. I can however preview them on my record's image column.
what if even though the allow access origin is set up to * or to the actual URL is defined properly, the CORS policty is still blocking the request, what can we do, besides messing up with httpd.config in apaches server?
Great video! I send you an email yesterday, I was wondering if you received it? It briefly touches on https for a Laravel app behind a reverse proxy as well as verifying an email with Laraval Fortify from a different browser as from where the request was made.
I have a instance in amazon aws but my configuration present problems with CORS, I implemented this way for permissions in my other server but not solution my problem, please help
Can you make a video about how to work with sanctum staging server with a domain and using localhost for frontend dev environment How to make the localhost talk to the staging and accept cookies without breaking the real staging frontend
hey, this video was made using laravel 10. you're probably using laravel 11 where some of the config files are not "published". you can either chose to publish them: laravel.com/docs/11.x/configuration#configuration-publishing Or, if you are setting up an application from scratch, scaffold it using Laravel Breeze: laravel.com/docs/11.x/starter-kits#introduction
I can't express enough how much your videos and answers on stackoverflow have helped me out. Thank you Cdruc!
The club bouncer reference really got me. 😀
The best thing I've seen! I liked your clean approach! Thank you very much!
Glad it was helpful! 👊
You're the one who thought me about Vue and Laravel development using API. And I THANK YOU FOR THAT.
Amazing. been scratching my head why it refused to work for me but this solved it for me! liked and subbed!
probably the most straight forward explanation though, great content sir :))
thanks!
Awesome content! Keep it up!
I'm using filament for my admin panel from a different domain. For testing purposes, I've left wildcards in the cors config file. It's worth mentioning im using jetstream which comes with its own middleware. But the sanctum is more towards api endpoints. The issue im having is viewing the images from storage folder when I want to view or edit my previously created record from the subdomain. I can however preview them on my record's image column.
Great video and very clear explanations 👍 Thank you!
Great video as always ! Thank you cdruc
what if even though the allow access origin is set up to * or to the actual URL is defined properly, the CORS policty is still blocking the request, what can we do, besides messing up with httpd.config in apaches server?
Amazing video. Thank you!
Great 👍🏻
Thanks man your really help me 💯
Good job! Thank you very much!
excellent !!!! thank's very much !! 😊
haha great explanation, thank-you 🙂
Great video!
I send you an email yesterday, I was wondering if you received it?
It briefly touches on https for a Laravel app behind a reverse proxy as well as verifying an email with Laraval Fortify from a different browser as from where the request was made.
Great, thanks very much
Can you share a copy of your login component code?
I have a instance in amazon aws but my configuration present problems with CORS, I implemented this way for permissions in my other server but not solution my problem, please help
Thank you very much
man your chnnel should have thousands of subscribers, good content
i technically do have thousands but thanks 😂
@@cdruc millions then bro 😂
thanks
Can you make a video about how to work with sanctum staging server with a domain and using localhost for frontend dev environment
How to make the localhost talk to the staging and accept cookies without breaking the real staging frontend
I dont understand what did I miss.I am still getting cORS errror..Any help?
well…what error are you getting?
@@cdruc thanka for the reply,I re run npm install and got it fixed.
sir, I don't have cors.php or kernel.php, may I know what version you are using? because I'm using laravel 11
hey, this video was made using laravel 10.
you're probably using laravel 11 where some of the config files are not "published".
you can either chose to publish them: laravel.com/docs/11.x/configuration#configuration-publishing
Or, if you are setting up an application from scratch, scaffold it using Laravel Breeze: laravel.com/docs/11.x/starter-kits#introduction
@@cdruc Thank you so much sir, it solve my problem :)
@@cdruc It've been 5 month since your video have uploaded
today i've got same problem,luckily i found your video
very well