Getting Error when calling client.db.set/ client.db.get

Hello all,

I am building a custom installation page and getting following error when using client.db.set/ client.db.get

{"message":"Route not allowed","status":404}

Payload:
Set:

{"dbKey":"CHANNEL_META:google","data":{"qualified":true},"options":{},"action":"store","isInstall":true}

Get:

{"dbKey":"CHANNEL_META:google","action":"fetch","isInstall":true}

Hello @Vvikas

The db feature can be used only after the app is installed. That’s the reason you are not able to use DB in the custom installation page

Hope this helps

Hi @shravan.balasubraman ,

Thank you for replying.

Is there any other feature provided by the FDK to achieve the same? Or do I have fallback to JS?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.