yang991178 / fluent-reader

Modern desktop RSS reader built with Electron, React, and Fluent UI
https://hyliu.me/fluent-reader/
BSD 3-Clause "New" or "Revised" License
6.96k stars 392 forks source link

which endpoint should I use to connect to miniflux through API key? #563

Open cariosa opened 1 year ago

cariosa commented 1 year ago

Describe the bug not able to connect to miniflux

To Reproduce Steps to reproduce the behavior:

  1. Go to Fluent reader app
  2. Click on gear icon > service > Select a service > miniflux > fill in the details
  3. app stuck at 'updating sources, please wait.'

Expected behavior connect to miniflux instance

Platform (please complete the following information):

Additional info

PsychotherapistSam commented 1 year ago

I connected it via the Fever API: https://miniflux.app/docs/services.html#fever

mofazhe commented 2 months ago

According to the code, the fetch api will verify the server certificate when connecting to the server (default behavior), so you need to use a legal certificate corresponding to the domain name.

By the way, it doesn’t matter if there is v1 at the end, but it definitely won’t work if it’s followed by /v1/feed/. You can check out the code here, this code handles the relevant content.