Getting a Warning Message "Something Went Wrong Your Request cant be submitted"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
This is a warming message, i am getting, when i am opening a Record Producer as a "UnRegistered User" or "Guest User", I had made everything Public, So unregistered users can see the widget pages without logging in , but when opening this record producer page which is cloned and customized , i am getting this message, i am able to create a record as guest user, but the issue is only with this message, and the record producer is creating new record in a custom table i create, the gest user has no roles and is locked out, can anyone help me with this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
57m ago
Hi @Sai kumar123,
While your record producer and its target table may be public, a variable on the form (like a reference field, lookup select box, or a field populated by a script) is likely trying to read data from a table that the guest user does not have access to. The server-side script in the widget fails when it can't query that data, triggering the generic error. To fix this, you need to identify the source table being queried by your variables and create a new read ACL for that table, granting access to the public role.
The easiest way to find the exact table causing the issue is to enable "Debug Security Rules" in your session, impersonate the guest user, and reload the page; the debugger will show you exactly which table read operation failed.
here's the guide on how to enable "Debug Security Rules": Click here
Hope this helps!
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution and helpful so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
33m ago
i will try to check it and ley you know