Thank you @asieftejani and @trustedcomputer for taking the time.
It is working.
What I did was ā¦
Setup ā¦( RPi 5 - 8G-RAM )
RPi : server : also running tcpdump ; site http://test15a.localhost
Desktop : RPi running Chromium and commandline ; hostfile : test15a.localhost
Test 1 : lynx
Run lynx http://test15a.localhost on commandline
Browser opens in text mode displaying Frappe login; tcpdump on server reflecting activity
Test 2 Curl
curl -i http://test15a.localhost ( in commandline ); activity on screen and on tcpdump
Test 3
Command line : ping http://test15a.localhost : response from server
TEst 4
Use Chromium Browser : only activity : āsuccessā top left corner
Solution:
I created another site .. fm test.local āapps erpnext:version-15
So now my url ends in ā.localā ⦠as you suggested.
And all is working. So I have to assume that the Chromium browser somehow did not like the .localhost
extention of the URL ( I did clear the browser cache incase that was a problem )
So to anyone battling with similar issues, I did not know that I can fully stipulate the site name ā¦
fm create edu.local āapps erpnext:version-15
and not rely on āfmā to add the ā.localhostā
These are my three sites now ā¦..
Now, I will have to tackle the next issue and that is, on my edu.local site I have Education installed
which has a āstudent-portalā. And that should be accessed via ā¦
/student-portal
and that works on frappe-cloud but not on my container on my edu.local site.
But I shall make another post for that. I donāt want to digress on this thread.
Thank you @asieftejani and @trustedcomputer for the guidance. Appreciated.