• 首页
  • 产品中心
    • 数式Oinone四大产品

      低代码开发平台无代码开发平台集成开发平台AI大模型开发
    • 数式Oinone体系能力

      用户与组织权限管理文件管理消息中心国际化业务审计
    • 数式Oinone核心产品特性

      低无一体面向软件公司场景无限制应用级扩容可分可合
  • 服务中心
    • 客户服务

      预约演示方案咨询私有部署找人定制
    • 开发者

      问答下载
    • Oinone学院

      社区学习

    《精讲面向软件公司的低代码平台——以Oinone为例》

  • 合作伙伴
    渠道申请伙伴名录专家库
  • 关于数式
0571-88757863

Runtime:Field Not Found - Unknown field ‘xx’


I. Error Message

During a GraphQL or page request, the system throws an error indicating that a field cannot be found. However, the requested API does return this field, and the interface data is successfully retrieved but fails to reach the frontend due to this missing field error.

II. Solutions

  1. Check for Page Field Changes Without Interface Designer Updates

    • This error may occur if fields on the current page have been modified, but the Interface Designer was not updated to reflect these changes, causing outdated fields to remain in the page configuration.
    • Solution: Verify and update the page configuration in the Interface Designer to ensure alignment with the current fields.
  2. Ensure Consistency Between Requested and Defined Models

    • For @Action or @Function Definitions:
      • The input and output parameters of these methods must either match the model specified in the @Model.model() annotation of the current class or be a model fully contained within it (e.g., a parent model).
    • For Page Invocations:
      • The @Action or @Function methods invoked by the page must use Oinone objects as input and output parameters. Basic Java types are not supported because Oinone objects carry metadata essential for automatic frontend-backend interaction.
Edit this page
Last Updated:1/14/26, 8:45 AM
Prev
Runtime:Export Task Stuck in "Processing" State
Next
Runtime:Permission Configuration Not Taking Effect
默认页脚
Copyright © 2026 Mr.Hope