🔎 Troubleshooting Common Issues
| What might be wrong | How to fix it |
|---|---|
| User session expired or user got logged out | Ask the user to refresh or re-login and retry. Make sure session timeouts are configured appropriately for long evaluations. |
| Browser incompatibility or outdated browser | Confirm the user is on a supported, up-to-date browser (Chrome/Edge/Firefox) and ask them to try again after updating. Test in an alternate browser. |
| Network interruptions or unstable connectivity | Check network connection: ask user to switch networks or use a wired connection. Implement/retry with exponential backoff for intermittent failures. |
| Form is in read-only/closed state or not published | Confirm the form is published and editable for the current user and evaluation instance. Re-open or publish the correct version if needed. |
| Autosave feature disabled or misconfigured | Check autosave settings; advise user to manually save and submit for now. Re-enable or fix autosave configuration. |
| Feature flags or rollout causing unexpected behavior | Check whether any feature flags are active for the org/environment and rollback or enable fixes as necessary. |

