Hi guys,
I faced some weird issues with the operability of the latest VitualBox Development Image (available to download at https://erpnext.com/download as of this moment).
I observe the following problems there
#1
Once I roll out the VM in my VirtualBox host container and do the initial bench update before launching the initial configuration wizard for ERPNext at http://localhost:8000, I see no way to start bench after the following sequence of actions
- Log into the VM
- cd frappe-bench
- bench update
The update of bench goes well at this moment yet the bench cannot start after it
#2
If I do the initial wizard configuration for my local ERPNext instance first, I can no more run bench update - the system error displays. The sequence of my actions is as follows in this case
- Log into the VM
- cd frappe-bench
- bench start
- Navigate to http://localhost:8000 in a browser
- Go through the initial configuration wizard in ERPNext
- Log off the local instance of ERPNext
- Restart the VM in Virtual Box host container
- Log into the VM
- cd frappe-bench
- bench update
- The error fired, and no update happens
Below are the details of ERPNext setup on the Dev Image’s VM at my premise
- ERPNext: v7.2.14
- Frappe Framework: v7.2.12
- No custom apps installed
Could someone please look at this ? Also, do you have any estimates as for the latest ERPNext 8.x being available in the Virtual Box images?