Remove port from generated Administrator URL

Hello,

when I use this command: “bench browse --user Administrator” to login as Administrator I get the following output:

http://example.com:8000/app?sid=1d12b932bd2e288283be015eca56a68de5cb616ed9f14066cb904e0b

When i remove the port “:8000” the login as Administrator is successfull.
So is it possible to generate the URL without a port?

Set port to 80 (Because 80 is default port for IP)
so you can access the site like example.com

Try it

Hello @nilpatel42,

With webserver_port set 80 the Administrator URL gets generated with Port 80 and im able to login as Administrator without removing the Port from the URL.

Thanks.

1 Like