Is the dns for the domain pointed to the correct ip?
Server Not Found after Laravel Forge deployment
Hi, I'm currently building a Laravel 9 Rest API and wish to deploy the API online so I can use it on my front end. I registered a domain on AWS, created a server on Laravel Forge and by looking at the logs all migrations were created successfully. Unfortunately, when I try to visit the domain I get a "Server not found" error. I set up all of the AWS access keys, added the correct domain name while creating the server but still nothing. Could someone tell my what steps should I take so I know where I went wrong or could I provide more information about this issue?
@anton123 Yeah an A record is correct. It is a simple pointer from a domain to an IPv4 ip adresse (AAAA is ipv6)
Please or to participate in this conversation.