AutumnA
Autumn7mo ago
1 reply
mbokinala

check failing

I'm in a Next.js app and have the Autumn provider configured properly. I'm calling check() like this and it returns allowed = false but the dialog doesn't open. Is there something I'm missing?

    const { data, error } = await check({
      featureId: "tokens",
      dialog: PaywallDialog,
    });
Was this page helpful?