fix(api): add AuthModule import to AgentTemplateModule #692

Closed
jason.woltje wants to merge 0 commits from fix/agent-template-auth-module into main
Owner

The AgentTemplateController uses AuthGuard which requires AuthService, but AgentTemplateModule was not importing AuthModule. This caused the API to crash during dependency resolution with UnknownDependenciesException.

Fixes production outage.

The AgentTemplateController uses AuthGuard which requires AuthService, but AgentTemplateModule was not importing AuthModule. This caused the API to crash during dependency resolution with UnknownDependenciesException. Fixes production outage.
Author
Owner

Merge Guard decision: REJECTED.

Reason:

  • PR has no diff to review (changed_files=0, additions=0, deletions=0).
  • Branch fix/agent-template-auth-module is behind main; head commit d220be6b58 is already contained in base history.
  • Target file apps/api/src/agent-template/agent-template.module.ts is identical on main and PR branch (AuthModule import already present).

Action: update branch with new changes or close PR as redundant.

Merge Guard decision: REJECTED. Reason: - PR has no diff to review (changed_files=0, additions=0, deletions=0). - Branch fix/agent-template-auth-module is behind main; head commit d220be6b581f9c215c587417f1ebcd77d4a48e8e is already contained in base history. - Target file apps/api/src/agent-template/agent-template.module.ts is identical on main and PR branch (AuthModule import already present). Action: update branch with new changes or close PR as redundant.
jason.woltje closed this pull request 2026-03-07 21:54:39 +00:00
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
Required
Details

Pull request closed

Sign in to join this conversation.