Can’t Access https://localhost:5001/
After run with docker i can’t access https://localhost:5001/
What should i do?
After run with docker i can’t access https://localhost:5001/
What should i do?
Squidex is not listening on port 5001 in production, it is listening to 80 instead. You also need a reverse proxy for https which can be tricky if you run it locally. But if you use the ready to use dockerfile on a real server it is no problem.
In which port can i access the default Squidex locally?
As I said: it is port 80, but you can not login without (https). Firefox might work.