Momen Docs
Go to Momen
  • Get Started
    • Introduction
    • Quick Start
    • Software Development Process
    • Editor Overview
  • Changelog
    • Latest Product Update
  • Build UI
    • Pages
    • Components
    • Canvas
    • Layout
    • Component - Display
    • Component - Input
    • Component - View
    • Component - List
    • Component - Tab View
    • Component - Select View
    • Component - Conditional View
    • Component - Others
    • Component - Map
    • Custom Component
  • Data
    • Overview
    • Data Model and Database
    • API
    • Variable
    • Parameter
    • Formula and Conditions
  • Actions
    • Overview
    • Request
    • Navigation
    • Actionflow
      • Custom Code
      • Database Trigger
    • AI
      • AI Data Model
      • AI Point
      • Vector Data Storage and Sorting
    • User Actions
    • Component Management
    • App and Page Management
    • Toast Notifications & Modal
    • Payment
    • SSO
    • Share
    • Location
    • File Management
    • QR Code
    • Clipboard
    • Conditional
    • Loop
  • Release and Growth
    • Publish Application
    • Upgrade Project
    • Multiple Clients
    • Permission
    • Log Service
    • SEO
    • Hosting Files
  • My Account and Community
    • My Wallet
    • Promoting Momen
    • Code Component
    • Collaboration
  • Debugging
    • How to Debug in Momen
    • Request Error Reference
  • Tutorial
    • How to Build an AI Needs Analysis Project?
    • How to Set Up Payment with Stripe Plugin?
    • How to Embed an Iframe Component into Your Momen Project?
    • How to Build Your Login Page?
    • How to Convert Momen App to Native Mobile App?
    • How to Build a CMS (MVP Version) in Hours?
    • How to Set a Countdown Timer When Sending a Verification Code
  • Template
    • AI Mental Health Assistant
    • Angry Dietitian
    • AI Help Center
    • AI Knowledge Base
    • SaaS Corporate Site
    • Blog
    • AI Feedback Tool
    • Feedback Tool, a Nod to Canny
    • Portfolio
    • Online Courses, a Nod to Udemy
    • Mobile Auto Repair AI Scheduler
Powered by GitBook
On this page
  1. Debugging

Request Error Reference

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 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

Action flow missing from backend

Deploy the action flow and retry

Another app is deploying

Concurrent deployments detected

Backend already in deployment

Wait for deployment to finish

CANNOT_DEPLOY_AN_OLDER_SCHEMA

Deployment failed

The project is not using the latest schema version (excluding web publishing)

Refresh the page and retry

PROJECT_ENV_CONFIG_SYNC_ERROR

Data synchronization failure

Synchronization failed during backend deployment (e.g., data model, action flow)

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

PreviousHow to Debug in MomenNextHow to Build an AI Needs Analysis Project?

Last updated 1 day ago