27
  • Cannot open this page because the address is invalid (does open URL, popup then blocks next action)

  • BugsDesktopDone

So any links at https://www.astrology.com and even going to that URL, I get this error popup that says, "Orion cannot open this page because the address is invalid" but it does open, just has the popup blocking next action. I have not seen this on any other URL's.

I notice all pages end up showing .html once they load?
https://www.astrology.com/horoscope/daily.html

Tried and tested in both Orion & Orion RC on MacOS 14.4.1

Since page does load as .html I would just expect that the popup is not activated which then stops forward actions until the button 'close' is clicked.

Version 0.99.127.3-beta (WebKit 619.1.1)

Sonoma (14)

    1. Open any https website (note. any kind of page including text/html, text/plain, image, etc)
    2. Open Console Dev Tools.
    3. type
      document.body.appendChild(document.createElement('iframe')).src= URL.createObjectURL(new Blob([], { type: 'text/html' }));
      and enter.
    4. An alert is shown.

    No issue

    Version 0.99.127.3-beta (WebKit 619.1.1)

    Monterey (12)


    data URI version

    1. 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)
    2. open Dev Tools and type
      document.body.appendChild(document.createElement('iframe')).src= "data:text/html;charset=utf-8;base64,PGh0bWw+PGJvZHk+SGVsbG8sIHdvcmxkITwvYm9keT48L2h0bWw+";
      and enter.
      An alert is shown.

      @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

        Merged 3 posts from New Bug found after update (Orion only!) - Iframe URL issue.

          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)

            Merged 3 posts from WordPress dashboard not working - "address is invalid".

              cyfung1031 You can roll back, check Orion documentation for download links.

                Vlad stickied the discussion .