Issue with SecureStorage Access in Monday Code Deployment

Hey everyone,

I’m encountering an issue with accessing SecureStorage in my Monday.com app deployed using the Monday code platform. Strangely, this problem surfaced suddenly at the beginning of this week, with no changes made on my end.

To isolate the issue, I replicated it using the quickstart-integrations-monday-code sample provided by Monday.com. Even with this basic setup, attempting to access SecureStorage leads to failure.

Log :

{"error":{"fields":{"status":{"numberValue":400,"kind":"numberValue"},"errorCode":{"stringValue":"bad request","kind":"stringValue"}}},"tag":"ExpressServer","stack":"Error: Provided input is invalid\n at BadRequestError.BaseError [as constructor] (file:///layers/google.nodejs.yarn/yarn_modules/node_modules/@mondaycom/apps-sdk/dist/esm/errors/apps-sdk-error.js:29:28)\n at new BadRequestError (file:///layers/google.nodejs.yarn/yarn_modules/node_modules/@mondaycom/apps-sdk/dist/esm/errors/apps-sdk-error.js:61:28)\n at file:///layers/google.nodejs.yarn/yarn_modules/node_modules/@mondaycom/apps-sdk/dist/esm/secure-storage/secure-storage.js:90:27\n at step (file:///layers/google.nodejs.yarn/yarn_modules/node_modules/@mondaycom/apps-sdk/dist/esm/secure-storage/secure-storage.js:43:23)\n at Object.next (file:///layers/google.nodejs.yarn/yarn_modules/node_modules/@mondaycom/apps-sdk/dist/esm/secure-storage/secure-storage.js:24:53)\n at fulfilled (file:///layers/google.nodejs.yarn/yarn_modules/node_modules/@mondaycom/apps-sdk/dist/esm/secure-storage/secure-storage.js:15:58)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"}

Additionally, I’ve observed that the local tunnel works fine, suggesting that the issue is specific to deployments on Monday code.

Has anyone else experienced similar problems?

Best regards,

Hello there @0xm3t1,

Would you be able to please fill this form so our team can take a look into this? Please add as much detail about your case as possible.

Looking forward to hearing from you via the form!

Cheers,
Matias

1 Like

@0xm3t1 Would you mind sharing what the outcome was of this? Thanks!

Hi @Matias.Monday , facing same issue, please guide on how to fix. Thanks in advance!!

I am also seeing the same issue