"No Permissions" error on iframe block v2.1.11

* Describe the bug

When adding an iframe block to a record popup, a “No Permissions” error occurs upon render of the iframe popup when a user’s role does not have “Allows to configure interface” checked

* Environment

Nocobase v2.1.11

PostgreSQL 17

Ubuntu Server 26.04 LTS, all running in a docker container with nocobase/nocobase:latest image.

* How To Reproduce

Create a new iframe block on a record popup, select HTML mode. Place some simple html code (ie.

Test123

). Log on as a user without “Allows to configure interface” permissions. Try launching poup with iframe block, and you will receive a “No Permissions” error, and content is not displayed.

Expected behavior

I’m expecting HTML Mode content in an iframe block to be displayed to a user without “Allows to configure interface” permissions.

Screenshots

Logs

Thank you for your feedback. Please upgrade to the latest version and check if the problem is resolved.Back up your database before upgrading.

Thank you so much. Upgrading to the latest version fixed the issue. Have a great day!