At 57:10 you added SSL certificate to your domain. Was this on azure end or on Coolify? I created an EC2 instance on AWS and created a SSL certificate for my domains on AWS which was issued. I also used Apache on ec2 to generate a SSL certificate. When I visit my domain doesn’t give any warnings but I still get CORS issue so I assume my ssl certificate is wrong. Any idea or simple way to go about this? Thanks
The SSL certificate is on Coolify side via Caddy / Traefik it should be automatic based on the domains that you specified, verify that your DNS configuration has been done properly and well propagated. You don't need to use AWS or Apache for your SSL certificate
@@code-cake yeah it works. Google just marks my website as a possible phishing scam (I guess because I have Airbnb in the domain name and the site looks like an Airbnb phishing scam). I went on google search console and sent a review request after adding some disclaimers on the site. Hope they make it public haha. Did you have any workaround this? Or maybe changing our domain name?
Hello thnks a lot for the video i m struggling to choose between ruby on rails or spring boot is spring boot as fast as rails in terms of speed of development ? Thnks
It depends on your level of knowledge but I guess that RoR is faster since there are fewer ways of doing things. I did very little of RoR so my best answer will be to try both and see the one you are faster with.
Sir can you make videos using the IntelliJ community version as I am a student it is difficult to use the Ultimate version I follow all your tutorial it very best among the all spring boot Developer on YT No in the YT Teaches such in-depth like yours thank you sir
What I'll do next time, I'll explain both ways, to use with or without IntelliJ Ultimate when I'm doing something, but everything that I do on IJ can be done with small command line. For Db manipulation you can use PGAdmin that is easy to use
Could not resolve placeholder 'AUTH0_CLIENT_ID' in value "${AUTH0_CLIENT_ID}" i'm facing this issue when we run this command "mvn spring-boot:build-image -DskipTests".
@@QuickCodeClips if you’re using intelliji, you have to make sure you’re including the AUTH0 Client ID and secret in the environment variables for run configurations. Refer to his Airbnb Clone video where he sets up AUTH0 to get those values if you don’t have them
Your videos are amazing and seriously underrated, don't lose motivation bro, I know you'll succeed even more if you keep it up
Thanks ☺️
Love from India brother ❤❤❤❤, just thrilling enjoyed your each & every tutorial. Thanks for making SpringBoot so lovely 😍😍😍
Amazing video Cyril! We’ve been waiting for this haha, will love AWS as well 😊 Amazing content so far
Sure let's do AWS soon :)
Thanks for English videos!
At 57:10 you added SSL certificate to your domain. Was this on azure end or on Coolify? I created an EC2 instance on AWS and created a SSL certificate for my domains on AWS which was issued. I also used Apache on ec2 to generate a SSL certificate. When I visit my domain doesn’t give any warnings but I still get CORS issue so I assume my ssl certificate is wrong.
Any idea or simple way to go about this? Thanks
Managed to solve it 😂 just had to recreate the ec2 instance for some reason now it works. Man what a beautiful project!
Still when I visit my domain even with valid SSL certificate, I get from google chrome that this is a dangerous site. Any ideas?
The SSL certificate is on Coolify side via Caddy / Traefik it should be automatic based on the domains that you specified, verify that your DNS configuration has been done properly and well propagated.
You don't need to use AWS or Apache for your SSL certificate
@@code-cake yeah it works. Google just marks my website as a possible phishing scam (I guess because I have Airbnb in the domain name and the site looks like an Airbnb phishing scam). I went on google search console and sent a review request after adding some disclaimers on the site. Hope they make it public haha. Did you have any workaround this? Or maybe changing our domain name?
You can try changing the domain to see if it has something to do with caddy / traefik who maybe failed to generate the SSL certificate
Very nice😎
Please spring boot / angular with AWS ❤️ (btw thank you very much)
Hello thnks a lot for the video i m struggling to choose between ruby on rails or spring boot is spring boot as fast as rails in terms of speed of development ? Thnks
It depends on your level of knowledge but I guess that RoR is faster since there are fewer ways of doing things.
I did very little of RoR so my best answer will be to try both and see the one you are faster with.
Sir can you make videos using the IntelliJ community version as I am a student it is difficult to use the Ultimate version I follow all your tutorial it very best among the all spring boot Developer on YT No in the YT Teaches such in-depth like yours thank you sir
What I'll do next time, I'll explain both ways, to use with or without IntelliJ Ultimate when I'm doing something, but everything that I do on IJ can be done with small command line.
For Db manipulation you can use PGAdmin that is easy to use
💪🏼💪🏼💪🏼
spring boot / angular / postgres on aws and thank you
please SpringBoot with AWS
PLEASE TUTO IN FRENCH
If anyone is having trouble with maven building the spring boot docker image, make the env as this (instead of 21.0.3):
${java.version}
Could not resolve placeholder 'AUTH0_CLIENT_ID' in value "${AUTH0_CLIENT_ID}" i'm facing this issue when we run this command "mvn spring-boot:build-image -DskipTests".
@@QuickCodeClips if you’re using intelliji, you have to make sure you’re including the AUTH0 Client ID and secret in the environment variables for run configurations. Refer to his Airbnb Clone video where he sets up AUTH0 to get those values if you don’t have them