Open ulen2000 opened 3 months ago
Apperantly, HTTPS was commented out. Could you try uncommenting and trying again?
It also works with http and can be accessed at http://localhost:5173.
Yes, I uncommented it, but https://localhost:5173/ still shows 'ERR_CONNECTION_TIMED_OUT'.
Actually, before I uncommented, I also tried http://localhost:5173/, but I got the same result...
Description: After running the command
make dev
, the server should be accessible athttps://localhost:5173
. However, when attempting to access this URL, the following message is displayed: "This site can’t be reached."Additional Information:
The command
make dev
completes successfully, as shown in the attached screenshot.Here is a snippet of the terminal output after running
make dev
:netstat
command output: