mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
Unable to share albums or images #464
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#464
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @accountForIssues on GitHub (Oct 25, 2020).
Originally assigned to: @lastzero on GitHub.
First off, thanks for creating and maintaining this amazing project.
I'm running Photoprism using docker-compose on a VPS. The main web server is Caddy that reverse proxies requests to Photoprism using it's own subdomain.
The image upload, info extraction, maps, etc. seem to work fine but I'm unable to find ways to share album or images. The 'share' option is checked in settings but I there is no share option on any context menu so I don't even know how to check what's wrong.
Photoprism version: 201021-33d36611-Linux-x86_64
Maybe someone can help me or direct me ?
Thanks in advance.
@lastzero commented on GitHub (Oct 25, 2020):
Does it work for you in our demo as shown here? The share dialog should open when you press the purple button in the context menu:
Note: Our database schema may change when new development versions are published, so it's possible you need to start with a fresh database (or manually delete the related sharing tables) when upgrading from an older version.
@accountForIssues commented on GitHub (Oct 25, 2020):
Oh I feel so stupid now. I should have known to check the demo instance as well.
Turns out uBlock Origin was blocking that share button on both the demo and my instance. I've added my site onto the whitelist so it's working now. However, I wonder why it was blocked as I just use the default settings.
I think it was blocking it assuming it was one of the common social network sharing buttons. (The setting causing this was 'Parse and enforce cosmetic filters').
Can something be done in the code to avoid this ? I mean Nextcloud has a similar share button which is not blocked by uBlock Origin.
Thanks for the quick reply 👍
You can close the issue.
@lastzero commented on GitHub (Oct 25, 2020):
Renaming it in our code might help. Not a perfect solution that may introduce bugs as well.
Please let us know if you figure something out! I'm using AdGuard without any issues.