Skip to Content
DEBUGGINGRequest Error Reference

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 MessageExplanationCauseSolution
Permission check failedUser lacks permission for the actionInsufficient permission settingsAdjust permission settings
Duplicate key value violates unique constraintAttempted to insert a duplicate value in a unique fieldData constraint violationCheck and modify duplicate values
Delete or update must have a filterNo filter condition was provided for delete/update operationsMissing filter conditionEnsure a filter condition is set correctly
Table access deniedUser lacks access permission for a tablePermission settings issueAdjust table access permissions
Actionflow not foundBackend deployment was not completedActionflow missing from backendDeploy the actionflow and retry
Another app is deployingConcurrent deployments detectedBackend is already in deploymentWait for the current deployment to finish
CANNOT_DEPLOY_AN_OLDER_SCHEMADeployment failedThe project is not using the latest schema version (except web publishing)Refresh the page and retry
PROJECT_ENV_CONFIG_SYNC_ERRORData synchronization failureSynchronization failed during backend deployment (e.g., data model, actionflow)Refresh the page and retry
TARGET_PLATFORM_IS_DEPLOYINGProject deployment in progressThe same build target is currently being deployedWait for deployment to finish and retry
NO_PROJECT_WECHAT_APP_CONFIGDeployment failed due to missing configurationWeChat Mini Program deployment lacks necessary settingsRebind the Mini Program and retry
SUPPORT_SERVICE_IS_DEPLOYINGBackend deployment in progressA new deployment request was issued during an ongoing backend deploymentWait for the deployment to complete before retrying
TABLE_NAME_TOO_LONGTable name exceeds length limitThe table name exceeds 62 charactersShorten the table name
TABLE_NAME_ALREADY_EXISTDuplicate table nameThe table name already existsRename the table
Last updated on