I wrote a website (NEXTJS + node js + express + postgresql). This website will run on LAN. That's why I ran both Next js (frontend) and nodejs (backend) sides over HTTPS, Now it should be accessible from all devices connected to the same network, When I go to https://mrdev
from any computer (chrome browser), I can access the website and use it without any problems, but when I try to access it from a phone (chrome browser) connected to the same network, I encounter the text DNS_PROBE_STARTED (but I can access it from the address https://192.168.5.41, but this does not send a request to the backend, because SERVER_BASE_URL = 'https://mrdev:3000' is set), I have no idea why it is doing this, why this is happening. Let me give you a thought, I should be able to access it, but I can't, Why is this happening? How can I solve this?
Let me give you a thought, I should be able to access it, but I can't