appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

[Bug]: The toast message does not appear for RBAC roles when the user lacks write access to the page. Additionally, the error is not logged in the debugger.

Open RakshaKShetty opened this issue 5 months ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Description

The toast message does not appear for RBAC roles when the user lacks write access to the page. Additionally, the error is not logged in the debugger. image

Steps To Reproduce

  1. Pull nightly locally
  2. Login with admin cred
  3. go to roles section and give only view permission for one page and rest of page give both edit and view access
  4. Assign this role to user1
  5. Login with user1
  6. Go to edit mode of the application
  7. Try to do some changes in the property of the widget or copy page some widget on the canvas
  8. Initially a toast used to display saying that user doesnt have access please talk to admin
  9. Now we dont see the toast and also any error in debugger

Public Sample App

No response

Environment

Production

Severity

Critical (Broken Production apps)

Issue video log

No response

Version

production

RakshaKShetty avatar Sep 10 '24 10:09 RakshaKShetty