readeck integration error #2757
-
Heya, I've pinged around, but with no response, I'm assuming that this would be the right spot for my question: I've been trying to connect readeck with miniflux, to be able to save my articles directly to readeck. Unfortunatly, so far I haven't been able to make it work. Any ideas how to debug this ? Both are running in docker-compose. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ah found the answer in the logs. The integration asks for Readeck API Endpoint which is the base url : I had the endpoint, and so the URL used by miniflux was : Obviously did not work … Might want to change the input name to base url ! |
Beta Was this translation helpful? Give feedback.
Ah found the answer in the logs.
The integration asks for Readeck API Endpoint
which is the base url :
https://readeck.example.org
and not the API endpoint:
https://readeck.example.org/api
I had the endpoint, and so the URL used by miniflux was :
https://readeck.example.org/api/api
Obviously did not work …
Might want to change the input name to base url !