Error: 401 Unauthorized: { "message": "Unauthorized: JWT is missing", "code": -3}




Error occur → while
failed to get recent blockhash: Error: 401 Unauthorized: { “message”: “Unauthorized: JWT is missing”, “code”: -3}
calling function

      const { blockhash } = await this.getLatestBlockhash(); 

Even after using IauthProvider in fireblock connection.

Hey @sarthak.saxena,

Can you please share the code that initiates the FireblocksConnetionAdapter?

I can see the screenshots of the class itself, but I want to see how you initiate the class specifically please.