Request Error Reference
This reference explains and provides solutions for common request error messages encountered in Momen. Use this table to quickly identify the cause of an error and the recommended resolution.
Error Message | Explanation | Cause | Solution |
---|---|---|---|
Permission check failed | User lacks permission for the action | Insufficient permission settings | Adjust permission settings |
Duplicate key value violates unique constraint | Attempted to insert a duplicate value in a unique field | Data constraint violation | Check and modify duplicate values |
Delete or update must have a filter | No filter condition was provided for delete/update operations | Missing filter condition | Ensure a filter condition is set correctly |
Table access denied | User lacks access permission for a table | Permission settings issue | Adjust table access permissions |
Actionflow not found | Backend deployment was not completed | Actionflow missing from backend | Deploy the actionflow and retry |
Another app is deploying | Concurrent deployments detected | Backend is already in deployment | Wait for the current deployment to finish |
CANNOT_DEPLOY_AN_OLDER_SCHEMA | Deployment failed | The project is not using the latest schema version (except web publishing) | Refresh the page and retry |
PROJECT_ENV_CONFIG_SYNC_ERROR | Data synchronization failure | Synchronization failed during backend deployment (e.g., data model, actionflow) | Refresh the page and retry |
TARGET_PLATFORM_IS_DEPLOYING | Project deployment in progress | The same build target is currently being deployed | Wait for deployment to finish and retry |
NO_PROJECT_WECHAT_APP_CONFIG | Deployment failed due to missing configuration | WeChat Mini Program deployment lacks necessary settings | Rebind the Mini Program and retry |
SUPPORT_SERVICE_IS_DEPLOYING | Backend deployment in progress | A new deployment request was issued during an ongoing backend deployment | Wait for the deployment to complete before retrying |
TABLE_NAME_TOO_LONG | Table name exceeds length limit | The table name exceeds 62 characters | Shorten the table name |
TABLE_NAME_ALREADY_EXIST | Duplicate table name | The table name already exists | Rename the table |
Last updated on