Authorisation Error When Creating Multiple Records in Ruby Application
I am encountering an issue in my Ruby application where authorisation failures occur intermittently when attempting to create multiple records using a loop. This behavior arises despite having defined authorisation rules that should allow the operation. The application uses a custom authorisation setup and raises specific exceptions when permissions are not met.