bench icon indicating copy to clipboard operation
bench copied to clipboard

404 page not found

Open MhmedRjb opened this issue 2 years ago • 2 comments

Issue: 404 page not found in Easy Install

Do the checklist before filing an issue:

  • [x] Did you retain the logfile (path of logfile is shared while the script is run)? We definitely need the logfile to debug any easy install related issues.
  • [ ] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome

Distro Information (Required)

  1. uname -a Linux ip-172-31-89-175 6.2.0-1012-aws #12~22.04.1-Ubuntu SMP Thu Sep 7 14:01:24 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  2. cat /etc/*-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS" PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.3 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy

Command Run (Required)

$ wget https://raw.githubusercontent.com/frappe/bench/develop/easy-install.py
$ python3 easy-install.py --prod --email [email protected]

Log File (Required) GNU nano 6.2 easy-install.log
2023-12-20 02:05:10,892 - INFO - Running Production Setup 2023-12-20 02:06:31,938 - INFO - Docker Compose file generated at ~/frappe-compose.yml 2023-12-20 02:08:17,552 - INFO - New site creation completed

Screenshots image

Additional context

Possible Solution

MhmedRjb avatar Dec 20 '23 02:12 MhmedRjb

@MhmedRjb I am facing the same issue. While trying to debug it by reading the logs printed on screen, I read a message saying something along the line of "Bench site created for site1.localhost". I tried the same in the browser and it worked. See if it works for you.

shriram-k avatar Dec 23 '23 18:12 shriram-k

@MhmedRjb I am facing the same issue. While trying to debug it by reading the logs printed on screen, I read a message saying something along the line of "Bench site created for site1.localhost". I tried the same in the browser and it worked. See if it works for you.

i tried that atleast like HTTPs://MYSERVERIP/site1.localhost

that also did not work for me

Clankcoll avatar May 05 '24 01:05 Clankcoll