Compose SDK - useExecuteQueryByWidgetId
Hi,
useExecuteQueryByWidgetId hook from Compose SDK is returning the error "no csrf cookie" code 800, when tring to execute jaql query against data source, even though there is a cookie XSRF-TOKEN set
Do you know why this might be happening?
vladimir
Posted 2 years ago·Last reply 2 years ago
5 comments
vladimir
OP2 years agoBut what i figured now is that Embedded Domain White List was not correctly configured for CSRF. I thinks this is the solution for the problem here.
DRay
·2 years agoHi vladimir,
Did that get it resolved for you? Hopefully you're up and running now. Please let us know if you need any more help.
DRay
·2 years agoHi vladimir,
I wanted to follow up to see if the solution offered by taras worked for you.
If so, please click the 'Accept as Solution' button so that other users with the same questions can find the answer faster. If not, please let us know so that we can continue to help.
Thank you.
Taras Skvarko
·2 years agoHi vladimir ,
The error message "no CSRF cookie" typically indicates an issue with Cross-Site Request Forgery (CSRF) protection. CSRF protection is a security measure to prevent unauthorized actions from being executed via forged requests.
Here are a few things you might want to check to troubleshoot this issue:
Let me know if the above helps and feel free to create a support ticket, if assistance is still required.