Hi @sarvesh.b
Hope you are doing well,
It sounds like you’re encountering a common issue with UiPath Apps where the app gets stuck in a loading state after publishing, despite working fine in preview mode. Here are a few steps you can take to troubleshoot and potentially resolve this issue:
- Check Network Requests: Use browser developer tools (F12) to inspect network requests when the app is stuck. Look for any failed requests or long-running processes that might be causing the issue.
- Backend Process Timing: Ensure that the backend process completes within a reasonable time frame. If it takes too long, the app might time out. Consider adding logging to track the process duration.
Let me know if issue still persist
Thankyou
Vineet