You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ordering items within a shopping list, the moved item will remain in the desired spot for less than a second and then revert to the original spot. Below is a recording from the Mealie demo site of the issue, which is also present in my hosted site as well:
Screen.Recording.2025-02-03.at.11.55.53.AM.mov
This occurs with label sort enabled and disabled.
Steps to Reproduce
Add multiple items to a shopping list
Re-order items on the list
See order revert
Please provide relevant logs
INFO 2025-02-03T12:00:55 - [192.168.1.32:0] 200 OK "PUT /api/households/shopping/items HTTP/1.1"
INFO 2025-02-03T12:00:55 - [192.168.1.32:0] 200 OK "GET /api/households/shopping/lists/9bc47529-98da-4d99-953d-139380f61efc HTTP/1.1"
INFO 2025-02-03T12:00:59 - [192.168.1.32:0] 200 OK "GET /api/households/shopping/lists/9bc47529-98da-4d99-953d-139380f61efc HTTP/1.1"
INFO 2025-02-03T12:01:04 - [192.168.1.32:0] 200 OK "GET /api/households/shopping/lists/9bc47529-98da-4d99-953d-139380f61efc HTTP/1.1"
The PUT is immediately followed by a GET, but then there are subsequent GET requests as well. I'm not sure of their origin, as I wasn't refreshing the page or interacting with it beyond a singular item ordering.
Mealie Version
Version: develop (though it's practically 2.5.0, I've built a custom image using 2.5.0 to resolve this issue)
Build: N/A (not shown)
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered:
When ordering via a PWA on my iPhone, the ordering remains and it respected. The failure occurs for me when I use my browser (Firefox) on any of the Mealie sites I have access to, meaning my site and the demo site.
Interesting... I have automatic Firefox updates enabled, I wonder if recent update may have affected this? I can try looking at some release notes (or downgrade) to see if there is a change that may have caused this.
First Check
What is the issue you are experiencing?
When ordering items within a shopping list, the moved item will remain in the desired spot for less than a second and then revert to the original spot. Below is a recording from the Mealie demo site of the issue, which is also present in my hosted site as well:
Screen.Recording.2025-02-03.at.11.55.53.AM.mov
This occurs with label sort enabled and disabled.
Steps to Reproduce
Please provide relevant logs
The PUT is immediately followed by a GET, but then there are subsequent GET requests as well. I'm not sure of their origin, as I wasn't refreshing the page or interacting with it beyond a singular item ordering.
Mealie Version
Version:
develop
(though it's practically 2.5.0, I've built a custom image using 2.5.0 to resolve this issue)Build: N/A (not shown)
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: