"Create link to Share" does not show options descriptions #2017

Closed
opened 2026-02-05 04:44:58 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @gonsalvesc on GitHub (Jan 19, 2024).

The bug

When creating a link to share, it does not show the descriptions of the options available.

image

The OS that Immich Server is running on

Ubuntu 22.04

Version of Immich Server

v1.9.2

Version of Immich Mobile App

v1.9.2

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

Exact file from below link:
https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml

Your .env content

# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

# The location where your uploaded files are stored
UPLOAD_LOCATION=/myDrive/library

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release

# Connection secret for postgres. You should change it to a random password
DB_PASSWORD=myDbPassword

# The values below this line do not need to be changed
###################################################################################
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich

REDIS_HOSTNAME=immich_redis

Reproduction steps

1. Select all photos you want to share
2. Click on share icon
3.
...

Additional information

No response

Originally created by @gonsalvesc on GitHub (Jan 19, 2024). ### The bug When creating a link to share, it does not show the descriptions of the options available. ![image](https://github.com/immich-app/immich/assets/44937952/c2b181cc-4328-410b-9fa6-38a88c0d8340) ### The OS that Immich Server is running on Ubuntu 22.04 ### Version of Immich Server v1.9.2 ### Version of Immich Mobile App v1.9.2 ### Platform with the issue - [ ] Server - [X] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML Exact file from below link: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml ``` ### Your .env content ```Shell # You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables # The location where your uploaded files are stored UPLOAD_LOCATION=/myDrive/library # The Immich version to use. You can pin this to a specific version like "v1.71.0" IMMICH_VERSION=release # Connection secret for postgres. You should change it to a random password DB_PASSWORD=myDbPassword # The values below this line do not need to be changed ################################################################################### DB_HOSTNAME=immich_postgres DB_USERNAME=postgres DB_DATABASE_NAME=immich REDIS_HOSTNAME=immich_redis ``` ### Reproduction steps ```bash 1. Select all photos you want to share 2. Click on share icon 3. ... ``` ### Additional information _No response_
Author
Owner

@alextran1502 commented on GitHub (Jan 19, 2024):

Please update to the latest version 1.93.1

We just pushed out a hot fix

@alextran1502 commented on GitHub (Jan 19, 2024): Please update to the latest version 1.93.1 We just pushed out a hot fix
Author
Owner

@gonsalvesc commented on GitHub (Jan 19, 2024):

Thank you!

@gonsalvesc commented on GitHub (Jan 19, 2024): Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#2017