Unable to access the ERPNEXT page after easy install

Resolved the issue by running the below two commands, looks like the easy install does not create the default site.
bench new-site localhost
bench --site localhost install-app erpnext

3 Likes