Can Consent flow be done without CSRF token

Hi All,
I am using the ORY Hydra in node application and connecting with an angular 7 UI part where i have done a simple login and consent screen. Now i was able to get the login part working correctly. But after that when doing the for consent flow to get the consent challenge i am getting as

ERRO[0110] An error occurred
debug=“No CSRF value available in the session cookie” description=“The request is not allowed” error=request_forbidden hint=“You are not allowed to perform this action.”

And i have not used CSRF token anywhere so my question is. Is it mandatory to use a csrf token when working on consent flow. If not acan anyonne help me on how to make it work without consent flow.

Thanks in Advance
Kishan