I’ve created an Admin block, but when I hit save it doesn’t wait for the response from the app server and just removes the loading indicator of the contextual save bar. How can I make it wait for my app response before finishing the saving process ?
Topic summary
A developer built a Shopify Admin block and reports that, on Save, the contextual save bar stops showing its loading state immediately instead of waiting for the app server’s asynchronous response. The goal is to keep the save process in a pending/loading state until the backend confirms success.
Key points:
- Context: Shopify Admin UI (contextual save bar) not awaiting an async server response during save.
- Need: A way to hook into the save lifecycle or control the loading indicator so it only completes after the app server responds.
- Artifacts: No code snippets or media provided.
Outcome/Status:
- No solutions or workarounds are provided yet.
- The request is for implementation guidance; the thread remains unresolved and open.