I have app running on a server with docker. Cause of infrastructure and setup of a server and reverse proxy to a server I can't call api endpoint using domain for server side calls. So I have to make a request using a container hostname so request on server side never leave server. Issue with that that I get hydration errors since client side is calling api via domain name while server side has to call it using docker container hostname.
Is there a way to make api call using 2 different domains to the same endpoint and not have hydration missmatch error?
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community