thielepaul / photoprism-mobile

Flutter App for PhotoPrism
GNU General Public License v3.0
892 stars 72 forks source link

Help with using authentication #66

Closed nicoolaro closed 3 years ago

nicoolaro commented 4 years ago

Hi ,

I followed the guide on setting Photoprism as a docker. My credentials are the same as in the guide : admin & *** I added IP address in the app and used Basic HTTP every time i try to upload or create album it says "failed", no pictures are shown

Do i need to do anything else?

thielepaul commented 3 years ago

I am not sure, if I understand your setup: do you use the the authentication provided by PhotoPrism or HTTP BASIC authentication (https://en.wikipedia.org/wiki/Basic_access_authentication) or both?

The app supports these two authentication schemes, if you only use one of them you should only enable the one you use in the settings.

nicoolaro commented 3 years ago

I am not sure, if I understand your setup: do you use the the authentication provided by PhotoPrism or HTTP BASIC authentication (https://en.wikipedia.org/wiki/Basic_access_authentication) or both?

The app supports these two authentication schemes, if you only use one of them you should only enable the one you use in the settings.

I solved it by enabling both, that's the only way it worked.

I use PhotoPrism

nicoolaro commented 3 years ago

solved