User info
First name | Nejra |
Last name | Fehratovic |
DevOps Program
Acquired rank |
![]()
Advocate
|
Points progress |
![]()
133
DevOps Points
|
![]() |
|
DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
Questions asked
Answers given
Hi Jose, I think the problem might be in the way the body is handled. You’re putting "user" and "password" in headers. But the API expects them in the JSON body, not headers. The only header needed...
View QuestionHi Joshua, This kind of error typically points to a race condition or a timing issue during concurrent access or modification of a table row. For example, if multiple QAction instances are triggered at...
View QuestionHi, I'm not sure this will solve the issue, but I see that you are using url attribute to refer a parameter ID in your Session. That may cause unexpected behavior. For that you need to use the pid attribute.
View Question