Terraform: getting "payment required" for auth0_branding

Hi,

I am still on the free plan and as I just checked the pricing page on the website, the “Branded forms (Login, Signup, etc.) and 1 Custom Domain*” are still listed as available for this plan. But at the same time, I am getting:

Error: 402 Payment Required: A paid subscription is required for this feature.

│ with module.auth0.auth0_branding.branding,
│ on …/…/modules/auth0/main.tf line 486, in resource “auth0_branding” “branding”:
│ 486: resource “auth0_branding” “branding” {

At the same time, I am able to change the Universal Login branding e.g. primary color and company logo URL from the management console e.g. https://manage.auth0.com/dashboard.

So this sounds like a management API problem that wrongly expects a paid subscription?

Hi @maxim_naidenov,

Welcome back to the Auth0 Community and thank you for your post.

Even though you are on a free membership you are able to configure the default settings of the Universal Login, but if you are trying to customize the Signup, Login or other prompts available from the Dashboard in the Advanced Options - Custom text section this error will pop up

Response from Management API "This feature is not available for your plan. To create or modify prompt templates, please upgrade your account.

This also aligns with our Pricing page.

I hope this helped.
Best regards,
Remus