Dynamic end points not loading and showing 404 when accessing via a domain.
Unanswered
Birman posted this in #help-forum
BirmanOP
My web application has an end point-
In dev build-
When accessing this end point via
In production build-
when i try to access it via
/property/[property_name]In dev build-
When accessing this end point via
http://IP:port or https://domain the page is rendering just fineIn production build-
when i try to access it via
http://IP:port i am able to access it, but when i access it via https://domain neither page.js nor error.js is rendering and the client console is showing the following error-1 Reply
BirmanOP
pong