I onboarded Omnivore a couple of minutes ago and faced a minor bug, which I wanted to report.
In the Getting Started with Omnivore page under Saving from a Browser the link to the Chrome Extension points to https://omnivore.app/install/chrome which is handled in the next.config.js file at lines 159-164 to redirect to https://chromewebstore.google.com/detail/omnivore/blkggjdmcfjdbmmmlfcpplkchpeaiiab
But in the mentioned onboarding document, when I follow the link to the Chrome Extension, the server redirects me to https://chrome.google.com/webstore/detail/omnivore/blkggjdmcfjdbmmmlfcpplkchpeaiiab/.
I don't know if the correct redirect is already live or if something else is wrong with the server config.
A search for the falsy URL didn't result in any occurence, so I assume the change is not deployed yet.
If this issue is already solved or this is a duplicate (found no existing issue, yet), so please close this one.
Hello there,
I onboarded Omnivore a couple of minutes ago and faced a minor bug, which I wanted to report.
In the
Getting Started with Omnivore
page underSaving from a Browser
the link to the Chrome Extension points tohttps://omnivore.app/install/chrome
which is handled in thenext.config.js
file at lines 159-164 to redirect tohttps://chromewebstore.google.com/detail/omnivore/blkggjdmcfjdbmmmlfcpplkchpeaiiab
But in the mentioned onboarding document, when I follow the link to the Chrome Extension, the server redirects me to
https://chrome.google.com/webstore/detail/omnivore/blkggjdmcfjdbmmmlfcpplkchpeaiiab/
.I don't know if the correct redirect is already live or if something else is wrong with the server config. A search for the falsy URL didn't result in any occurence, so I assume the change is not deployed yet.
If this issue is already solved or this is a duplicate (found no existing issue, yet), so please close this one.
Thanks.