Open sunxiang0918 opened 5 days ago
I can't reproduce this. Are you using a reverse proxy or anything like that? Is the asset in an external library?
I replicated the procedure and conducted several tests, which indicated that the issue is unrelated to reverse proxy settings or extension libraries.
Entering the latitude and longitude directly into the input field using the keyboard works fine.
The problem arises when a specific latitude and longitude, such as ‘30.724233,103.81877’, is pasted into the input box all at once. However, if the latitude and longitude are pasted separately—first the latitude, then the longitude—this issue does not occur.
@sunxiang0918 Thank for the screen capture, this will help with fixing the bug
The bug
I’m attempting to change the photo’s geographical location on a web page. However, I’ve noticed that modifying the location only works if I select the position on the map. Simply entering the latitude and longitude manually on the interface and clicking ‘Confirm’ doesn’t actually change the location. It seems that no request is made to the server (PUT /api/assets) in this case.
The OS that Immich Server is running on
Docker
Version of Immich Server
v1.120.1
Version of Immich Mobile App
v1.120.1
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
No response