I am running and testing frappe/erpnext v14 on localhost, but if I am not connected to the internet, when accessing http://127.0.0.1:8002 the system does not load correctly and throws a message: “Connection Lost, You are not connected to internet, Retry after some time”
The output of server:
20:59:34 web.1 | 127.0.0.1 - - [24/Apr/2023 20:59:34] "POST /api/method/frappe.core.doctype.log_settings.log_settings.has_unseen_error_log HTTP/1.1" 200 -
21:07:10 web.1 | 127.0.0.1 - - [24/Apr/2023 21:07:10] "GET /api/method/frappe.realtime.get_user_info?sid=Guest HTTP/1.1" 200 -
21:07:10 web.1 | 127.0.0.1 - - [24/Apr/2023 21:07:10] "GET /api/method/frappe.realtime.get_user_info?sid=72a4cd7685c5903afc490994d893efe92ad39b4709eea726f640aa69 HTTP/1.1" 200 -
21:07:24 web.1 | /home/barcelo/frappe-bench-v14/apps/frappe/frappe/utils/caching.py:57: DeprecationWarning: `frappe_last` argument is deprecated and will be removed in v15.
21:07:24 web.1 | return_val = func(*args, **kwargs)
21:07:26 web.1 | 127.0.0.1 - - [24/Apr/2023 21:07:26] "GET /app/home HTTP/1.1" 200 -
21:07:34 web.1 | /home/barcelo/frappe-bench-v14/apps/frappe/frappe/utils/caching.py:57: DeprecationWarning: `frappe_last` argument is deprecated and will be removed in v15.
21:07:34 web.1 | return_val = func(*args, **kwargs)
21:07:34 web.1 | 127.0.0.1 - - [24/Apr/2023 21:07:34] "GET /app/home HTTP/1.1" 200 -
Any help to solve this to be able to use the system correctly on localhost, offline?