Foundry Hosted react wesbite doesn't work

Hosted website deploys fine and works fine on preview. Used this method-

git tag 0.1.0 -m “0.1.0”
git push origin tag 0.1.0

But shows ‘cant’ reach the page’ on clicking.

First time doing this.

Hey!

When you say “on clicking”, are you referring to when you navigate to the deployed subdomain? Is there anything else indicated by the error aside from “can’t reach the page”?

Can you also confirm that when you go to the Developer Console application > Website hosting, version 0.1.0 shows up in the table and the status reports “Deployed”?

yes that’s what I meant.

erver IP address could not be found.

Try:

  • Checking the connection

  • Checking the proxy, firewall, and DNS settings

ERR_NAME_NOT_RESOLVED.

I have followed instructions to the point from README.md.

Yes the domain shows as deployed on the ‘Website Hosting’ section . Uploaded by jemma. upto version 0.5.0 now as i tried to make some changes on redirect URLS etc.

I believe this means that whoever owns DNS for the subdomain (e.g. customer IT) needs to create a DNS record and point it at the frontdoor (default domain name) of your stack. Can you confirm whether this has been done?

I spoke to our network team and they are going to raise a ticket with palantir to understand how we will handle certifciates as our certifcates cn name doesnt have *. ,

If your foundry stack has a custom domain you will need to make sure to generate a wildcard certificate that includes *.domain.com and domain.com.

In addition you need to make sure your dns server has a wildcard CNAME entry.

thanks we are working with Palantir and our Network team to resolve this.