We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b2178 commit 488db0eCopy full SHA for 488db0e
packages/apps/src/microsoft/teams/apps/http_plugin.py
@@ -118,7 +118,7 @@ async def combined_lifespan(app: Starlette):
118
if server_factory:
119
self._server = server_factory(self.app)
120
if self._server.config.app is not self.app:
121
- raise ValueError("The server was created with a different app than the one provided.")
+ raise ValueError("server_factory must return a uvicorn.Server configured with the provided FastAPI app instance.")
122
123
# Add JWT validation middleware
124
if app_id and not skip_auth:
0 commit comments