fix(api): add AuthModule import to AgentTemplateModule #690
Reference in New Issue
Block a user
Delete Branch "fix/agent-template-auth-module"
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?
Hotfix for production outage - API crash-looping due to missing AuthModule import in AgentTemplateModule.
Error:
Impact: Production API is down (0/1 replicas running).
Fix: Import AuthModule in AgentTemplateModule to make AuthService available for AuthGuard.