@vlad.murarasu-
Can you help me with Below error-
What I did
- Page Template (Branding API)
I set a minimal NUL page template (has the required tags):
{
“template”: “{%- auth0:head -%}{{ prompt.screen.texts.pageTitle }}{%- auth0:widget -%}”
}
PUT:
PUT /api/v2/branding/templates/universal-login
GET returns:
{“body”:“…{%- auth0:head -%}…{%- auth0:widget -%}…”}
- Login Prompt Partials
I added the link to login prompt (single-step screen) at safe slots:
Body sent to:
PUT /api/v2/prompts/login/partials
{
“login”: {
“secondary-actions-end”: “Sign up”,
“form-footer-end”: “Sign up”
}
}
GET returns (verified):
{
“login”: {
“secondary-actions-end”: “<div …>…Sign up…”,
“form-footer-end”: “<div …>…Sign up…”
}
}
Problem(s)
Partial does not render on the login screen (email + password on one page).
I confirmed I’m on the login prompt (not identifier-first).
Hard refresh + Incognito tested.
Hitting the same domain I configured.
When I try to switch Universal Login → Customize authentication screens → login to:
Rendering mode: Advanced mode
Use custom page template: Checked
Advanced mode filters: “Use default UI” (no rows set to Custom UI)
Head Tags: empty
…then clicking Save & Publish shows this error:
Unable to save and publish login. head_tags must contain at least one script tag