Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
22.38k stars 1.54k forks source link

Unable to create EDIT form screen #14780

Open emeany opened 2 days ago

emeany commented 2 days ago

Seems to be related to: (https://github.com/Budibase/budibase/issues/14771)

Describe the bug Attempting to create a new screen using the wizard fails with error message: 'Error creating screens' Response obj: { "message": "Invalid body - \"routing.roleId\" is required", "json": { "message": "Invalid body - \"routing.roleId\" is required", "status": 400 }, "status": 400, "url": "https://swvl.budibase.app/api/screens", "method": "POST", "handled": true, "suppressErrors": false }

To Reproduce Steps to reproduce the behavior:

  1. Click the plus icon to make a new screen from the Design tab
  2. Choose type 'Form'
  3. Select a table datasource
  4. Choose type 'Create a new row' or type 'Update an Existing row'

Expected behavior A screen is is generated

image

Chrome browser Noticed the issue after updating my app this morning

linear[bot] commented 2 days ago

BUDI-8734 Unable to create EDIT form screen