GitHub user DaanHoogland added a comment to the discussion: UI service offering sorting order not working
@PPisz , assuming you mean ``` 2025-01-15 19:07:56,583 DEBUG [c.c.a.ApiServlet] (qtp364604394-12132:ctx-959f8348) (logid:a3da3ce7) ===START=== 10.10.101.11 -- GET listall=true&isrecursive=true&page=1&pagesize=20&command=listServiceOfferings&response=json&sessionkey=YhbX4owxRt3_V_23DFXi25_kJQ0 ``` and ``` 2025-01-15 19:07:56,493 DEBUG [c.c.a.ApiServlet] (qtp364604394-12130:ctx-c3ff9823 ctx-ac0be77c) (logid:404bc8b6) ===END=== 10.10.101.11 -- GET id=4bc274c4-961a-4bb9-9d63-9757c4e89b5f&sortKey=15&command=updateServiceOffering&response=json&sessionkey=YhbX4owxRt3_V_23DFXi25_kJQ0 ``` these lines mean nothing but the start and end of processing of an API. You can ignore those. after ` ===START=== ... &command=listServiceOfferings&`, there must be a `===END===...&command=listServiceOfferings&` line. Btween those two lines you would find relevant information about the retrieval of the offerings to list. That all said, I suspect you are hitting the issue #9595 and if so it will be fixed in 4.19,2 and later by #9624 If that is not the case look between a `===START===....command=updateServiceOffering` and a `===END===....command=updateServiceOffering` line. GitHub link: https://github.com/apache/cloudstack/discussions/10192#discussioncomment-11855744 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org