-
Notifications
You must be signed in to change notification settings - Fork 770
Closed
Labels
deploymentIssues related to deploying Chat-CopilotIssues related to deploying Chat-Copilotneeds input
Description
Describe the bug
webapi package script has default value for RUNTIME set to "linux-x86", but webapi is Windows application. App packaging and app deployment scripts work without error, but webapp would fail with no indications about wrong runtime. Only changing RUNTIME to "win-x64" solves the problem.
To Reproduce
Steps to reproduce the behavior:
- run ./package.sh in WSL
- run ./deploy.sh
- open webapi web app.
- pages opens with error ""Server Error in '/' Application."
Expected behavior
webapi URL should open copilot start page.
Platform
- OS: [WSL]
- IDE: [VS Code]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
deploymentIssues related to deploying Chat-CopilotIssues related to deploying Chat-Copilotneeds input
