I get the same error on https://www.boursedirect.fr/fr/marche/euronext-paris/stmicroelectronics-n-v-NL0000226223-STMPA-EUR-XPAR/graphiques?market=euronext
the chart is not shown at all. This issue did not happen with previous build.
Cannot open this page because the address is invalid (does open URL, popup then blocks next action)
- Edited
- Open any https website (note. any kind of page including text/html, text/plain, image, etc)
- Open Console Dev Tools.
- type
and enter.document.body.appendChild(document.createElement('iframe')).src= URL.createObjectURL(new Blob([], { type: 'text/html' }));
- An alert is shown.
No issue
Version 0.99.127.3-beta (WebKit 619.1.1)
Monterey (12)
data URI version
- go to https://kagi.com/orion/ (note. no issue for the page is text/plain, image, etc. Only an issue for the text/html page)
- open Dev Tools and type
and enter.document.body.appendChild(document.createElement('iframe')).src= "data:text/html;charset=utf-8;base64,PGh0bWw+PGJvZHk+SGVsbG8sIHdvcmxkITwvYm9keT48L2h0bWw+";
An alert is shown.
- Edited
@Vlad This is P0 issue. It affects all the websites which is using the non http link as the src of iframe.
Please fix it ASAP and release to Orion Beta (without Orion+). As this is the bug due to the recent Beta update.
Data URI scheme
https://www.astrology.com/horoscope/daily/cancer.html
Blob URI scheme
https://www.boursedirect.fr/fr/marche/euronext-paris/stmicroelectronics-n-v-NL0000226223-STMPA-EUR-XPAR/graphiques?market=euronext
cyfung1031 Please fix it ASAP
It's a beta ....
Just do what I do when I encounter a problem in a Beta product: (temporarily) use an alternative that isn't a Beta.
Going to any editor in the WordPress dashboard now produces an error (with no extensions enabled):
Orion cannot open the page because the address is invalid.
Seems to occur on live sites as well as running WordPress locally with wp-env.
Page/post/block editors should work as normal, but instead are not functional. An error message displays on page load:
Orion cannot open the page because the address is invalid.
Version 0.99.127.3-beta (WebKit 619.1.1), MacOS 14.4.1
Sonoma (14)
There is no way to roll back to previous version...
cyfung1031 You can roll back, check Orion documentation for download links.
Another page with issue https://alf.nu/ReturnTrue?world=true&level=id
cyfung1031
Thank you for your contribution
Still able to reproduce this on Version 0.99.127.3.1-rc (WebKit 619.1.11.111.2)
with this url:https://coinalyze.net/ethereum/usd/coinbase/price-chart-live/
All other links posted in this report seem to work as expected now.
Vlad It appears I missed one; https://www.boursedirect.fr/fr/marche/euronext-paris/stmicroelectronics-n-v-NL0000226223-STMPA-EUR-XPAR/graphiques?market=euronext also still has the error
- Edited
Vlad why this is an alert popup rather than throwing a javascript error?
If it is a javascript error we can still use window.onerror to capture it.
Now it is disturbing
laiz yes confirm still able to reproduce