Zoom apps decipher error for context

We are using zoom-apps-js-sdk.0.13.0 and it was working but from last one day while doing decipher it is throwing error at line decipher.update(cipherText, 'hex', 'utf-8') + decipher.final('utf-8')

error is Unsupported state or unable to authenticate data at Decipheriv.final (internal/crypto/cipher.js:172:29)

cc: @shoaib

@mritunjay.goutam sorry for the delay getting back to you. Are you still encountering this issue?

Iam getting a similar error when running - on the project zoomapps-advancedsample-react. I have checked and followed the instaructions as in readme file . Iam not able to troubleshoot

GET /api/zoomapp/home 500 13.761 ms - 1127
backend_1 | Error: Unsupported state or unable to authenticate data
backend_1 | at Decipheriv.final (node:internal/crypto/cipher:193:29)
backend_1 | at Object.decryptZoomAppContext (/home/node/app/util/zoom-helpers.js:52:60)
backend_1 | at home (/home/node/app/api/zoomapp/controller.js:256:47)
backend_1 | at Layer.handle [as handle_request] (/home/node/app/node_modules/express/lib/router/layer.js:95:5)
backend_1 | at next (/home/node/app/node_modules/express/lib/router/route.js:137:13)
backend_1 | at Route.dispatch (/home/node/app/node_modules/express/lib/router/route.js:112:3)
backend_1 | at Layer.handle [as handle_request] (/home/node/app/node_modules/express/lib/router/layer.js:95:5)
backend_1 | at /home/node/app/node_modules/express/lib/router/index.js:281:22
backend_1 | at Function.process_params (/home/node/app/node_modules/express/lib/router/index.js:341:12)
backend_1 | at next (/home/node/app/node_modules/express/lib/router/index.js:275:10)

@kumaranps Make sure that you are using a supported operating system (Windows or MacOS). Please see our other thread for more information: