Conflict Update Universal Login template

Hello,

We are trying to set the template for the New Universal Login Experience via Management API following this.
It was working perfect, but since few hours is returning a 409 status code error, sending the default template it marks in the documentation.

{
  "statusCode": 409,
  "error": "Conflict",
  "message": "Template update conflict.",
  "errorCode": "templates_universal_login_conflict"
}

DELETing the template marks 204 Response Code (appareantly OK), GETting the template 404.

Anyone has experienced this before?
In the meantime we played with some actions, installed and uninstalled an extension… could be related?

Thanks for your support :slight_smile:

1 Like

Hi @tech14 ,

Welcome to the Auth0 Community!

I tested the set template endpoint and could not repeat this error. I wonder what actions and extensions you were making changes to when receiving the error. Are you still facing this error?