Next.js Discord

Discord Forum

Dynamic end points not loading and showing 404 when accessing via a domain.

Unanswered
Birman posted this in #help-forum
Open in Discord
BirmanOP
My web application has an end point-
/property/[property_name]

In dev build-
When accessing this end point via http://IP:port or https://domain the page is rendering just fine
In 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