You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API and the main web page endpoints each create their own copy of the templates which should just be being created once and once only.
There's another issue whereby the dev version is simply locking all of the templates on read and recreating them thus potential concurrency issues with templates are likely being hidden on dev environments.