Error while loading page entry on Safari
See original GitHub issueWeb browser
Safari
Web browser version
14.1.1
System Health details
System Health
version | core-2021.6.5 |
---|---|
installation_type | Home Assistant OS |
dev | false |
hassio | true |
docker | true |
virtualenv | false |
python_version | 3.8.9 |
os_name | Linux |
os_version | 5.10.42 |
arch | x86_64 |
timezone | Europe/Berlin |
Home Assistant Community Store
GitHub API | ok |
---|---|
Github API Calls Remaining | 3678 |
Installed Version | 1.13.0 |
Stage | running |
Available Repositories | 918 |
Installed Repositories | 29 |
Home Assistant Cloud
logged_in | false |
---|---|
can_reach_cert_server | ok |
can_reach_cloud_auth | ok |
can_reach_cloud | ok |
Home Assistant Supervisor
host_os | Home Assistant OS 6.0 |
---|---|
update_channel | beta |
supervisor_version | supervisor-2021.06.3 |
docker_version | 20.10.6 |
disk_total | 97.7 GB |
disk_used | 71.0 GB |
healthy | true |
supported | true |
board | ova |
supervisor_api | ok |
version_api | ok |
installed_addons | File editor (5.3.1), Terminal & SSH (9.1.3), Duck DNS (1.12.5), NGINX Home Assistant SSL proxy (3.0.1), deCONZ (6.9.0), AirCast (3.1.1), Check Home Assistant configuration (3.7.1), Node-RED (9.1.4), ESPHome (1.19.0), Samba share (9.5.1), Frigate NVR (1.13), AdGuard Home (4.1.6), Mosquitto broker (6.0.1) |
Lovelace
dashboards | 8 |
---|---|
resources | 18 |
views | 93 |
mode | storage |
Checklist
- I’m running the newest version of HACS https://github.com/hacs/integration/releases/latest
- I have filled out the issue template to the best of my ability.
- I have read https://hacs.xyz/docs/issues
- This issue is related to the frontend of HACS.
- This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
Describe the issue
After updating to 1.13.0, HACS Frontend stopped working on Safari (cache reset, on both macOS and iOS). A reinstall of HACS and reboots on the host and end devices did not help. Chrome works fine.
Reproduction steps
- Update to 1.13.0
- When using Safari “Error while loading page entry.” appears when trying to access the frontend
…
Screenshots
Javascript logs from your browser console
[Error] Error loading page – "entry"
SyntaxError: Invalid regular expression: invalid group specifier name
parseModule
[native code]
asyncFunctionResume
[native code]
promiseReactionJobWithoutPromise
(anonymous function) (main-b9893c22.js:1538:522683)
promiseReactionJob
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (1 by maintainers)
Top Results From Across the Web
If Safari on Mac doesn't open a webpage or isn't working as ...
Open Safari again and try to load the page. When Safari opens, if it automatically opens pages that you don't want to open,...
Read more >iPhone Safari NOT LOADING Pages How to Fix? - YouTube
Is your Safari Not Loading Pages or Not Working in iPhone? Here are some troubleshooting steps to Fix Safari Websites Not Opening or...
Read more >Error while loading page on browser (app works fine)
Hi community! I have implemented hass a few days ago but the os started to behave odd when accessing via browser (safari, chrome)....
Read more >Safari cannot open the page [Easy Fix]
5 fixes for Safari cannot open the page on iPhone, iPad or Mac · Fix 1: Refresh the webpage. Sometimes a Safari cannot...
Read more >Respondus/Lockdown Browser Troubleshooting
The browser cannot open the external program needed to run these files because of the browser's restricted nature and it creates an internal...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Update to 1.13.1 using Google Chrome or update through SSH
wget -q -O - https://install.hacs.xyz | bash -
//edit: added missing -
I can confirm updating to 1.13.1 works.
For me your bash command didn’t work. It was missing an - I did type this in the terminal window:
wget -q -O - https://install.hacs.xyz | bash -