Running Copilot coding agent #453
Annotations
2 errors
|
src/auth-plugin.test.ts > AuthPlugin > Configuration Options > should use custom base path:
packages/plugins/plugin-auth/src/auth-plugin.ts#L115
TypeError: httpServer.post is not a function
❯ AuthPlugin.registerAuthRoutes src/auth-plugin.ts:115:16
❯ AuthPlugin.start src/auth-plugin.ts:89:14
❯ src/auth-plugin.test.ts:182:24
|
|
src/auth-plugin.test.ts > AuthPlugin > Start Phase > should register routes with HTTP server when enabled:
packages/plugins/plugin-auth/src/auth-plugin.ts#L115
TypeError: httpServer.post is not a function
❯ AuthPlugin.registerAuthRoutes src/auth-plugin.ts:115:16
❯ AuthPlugin.start src/auth-plugin.ts:89:14
❯ src/auth-plugin.test.ts:119:24
|