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
fix: catch additional XLSForm validation errors during deployment (#5419)
### 📣 Summary
Enhanced error handling to catch more validation errors in XLSForm
during deployment.
### 📖 Description
Validation error handling for XLSForm deployment has been enhanced to
catch a wider range of issues. This prevents the display of a generic
500 error in the deployment modal and instead returns the explicit error
message.
### Notes
Supersedes #5417, #5411 and #5403
0 commit comments