#Deployment Problem - Web App without Production URL

1 messages · Page 1 of 1 (latest)

sly iron
#

I have a Next.js web app called "LIMA ESTOQUE" that works perfectly in preview, but I can't get a production URL.

Information:

App Name: lima-estoque-2
Preview URL: https://lima-estoque-2.preview.emergentagent.com/
Type: Next.js Web Application (NOT mobile/Expo)

Problem:
The deployment pipeline is trying to build an Android APK (eas-apk-build) instead of deploying as a web app.

I need help to:
Configure the correct deployment for Web App
Obtain my production URL

thin mango
#

Sounds like you instead built a Android App instead of selecting the normal E-1 Option *See the attached screenshot.

a Production URL is two things. You need to purchase a FQDN = Fully qualified domain name or Domain name. You'll want to find one from one of these two to three options I have liste below:

Porkbun.com:

https://porkbun.com/

Domain.com:

https://www.domain.com/

porkbun.com

Porkbun is an amazingly awesome ICANN accredited domain name registrar based out of the Pacific Northwest. We're different, we're easy, and we're affordable. Use us, you won't be sorry. If you don't use us we'll be sad, but we'll still love you.

#

Once you have purchased a Domain name you'll need to navigate to either Advanced DNS Settings or DNS Settings depending on the domain provider these settings can be named differently.

Once you have found the DNS settings for your domain name please replace the All of the default DNS records with the following records below:

A Record Type: @ Value: 162.159.142.117
A Record Type: @ Value: 172.66.2.113
CNAME Type: www Value: yourdomainname.tld <- This is an example.

Hope this helps ?.

Thanks, @thin mango

sly iron
#

After I purchase the qualified domain, how do I integrate it into my web app?