chore/visual-fidelity-fixes #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/visual-fidelity-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
oidc-provider's devInteractions is a quick-start scaffold that, when enabled, mutates configuration.url to its own urlFor('interaction') helper — emitting /interaction/UID instead of our /oidc/interaction/UID. That made /oidc/auth redirect to a 404 in local dev and forced a stale TODO entry. We already have our own interaction handler at server/routes/oidc/interaction/[uid].get.ts, so devInteractions is unnecessary; disabling it makes dev match prod and clears the oidc-provider warning "your configuration is not in effect".