Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedly API error #10768

Closed
ardyfeb opened this issue Jun 1, 2019 · 6 comments
Closed

Feedly API error #10768

ardyfeb opened this issue Jun 1, 2019 · 6 comments

Comments

@ardyfeb
Copy link

ardyfeb commented Jun 1, 2019

Issue Summary

Feedly api error when click subscribe text below subscribe button. Feedly show error

{"errorCode":404,"errorId":"ap7int-sv2.2019060115.2262607","errorMessage":"API version not found"}

I already search this error, but no one can help me

To Reproduce

  1. Click subscribe text
  2. Browser redirect to https://feedly.com/subscription/feed/https://www.some-domain.com/rss/
  3. Get error

Technical details:

  • Ghost Version: 2.22.2
  • Node Version: Latest
  • Browser/OS: All browser
  • Database: mysql
@naz naz added needs:info [triage] Blocked on missing information and removed needs:info [triage] Blocked on missing information labels Jun 4, 2019
@naz
Copy link
Contributor

naz commented Jun 4, 2019

Hi @ardyfeb! It looks like you are redirecting from your local development environment to Feedly (based on https://www.some-domain.com address for the redirect you provided). To be able to subscribe to a feed, your blog has to run on a publicly accessible domain. For example, when visiting subscribe link on Ghost's blog - https://blog.ghost.org/author/kevin-ansfield/ it works as expected 👍

@naz naz closed this as completed Jun 4, 2019
@ardyfeb
Copy link
Author

ardyfeb commented Jun 4, 2019

Hi @ardyfeb! It looks like you are redirecting from your local development environment to Feedly (based on https://www.some-domain.com address for the redirect you provided). To be able to subscribe to a feed, your blog has to run on a publicly accessible domain. For example, when visiting subscribe link on Ghost's blog - https://blog.ghost.org/author/kevin-ansfield/ it works as expected

That domain is example. My blog currenly running on production / publicy access

@naz
Copy link
Contributor

naz commented Jun 4, 2019

@ardyfeb could you please provide the link to your blog then 😃 ? Can't reproduce the error you are having.

@ardyfeb
Copy link
Author

ardyfeb commented Jun 4, 2019

@vikaspotluri123
Copy link
Member

@ardyfeb it looks like your theme hasn't been updated to support Feedly's updated url - it should be using

https://feedly.com/i/subscription/feed/{{@site.url}}/rss/

This was fixed last year in Casper:

TryGhost/Casper#418

@ardyfeb
Copy link
Author

ardyfeb commented Jun 4, 2019

@ardyfeb it looks like your theme hasn't been updated to support Feedly's updated url - it should be using

https://feedly.com/i/subscription/feed/{{@site.url}}/rss/

This was fixed last year in Casper:

TryGhost/Casper#418

Oh, thanks! You are save my day

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants