Skip to content

Wrong default value for RUNTIME in package-webapi.sh #544

@Rsimk

Description

@Rsimk

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:

  1. run ./package.sh in WSL
  2. run ./deploy.sh
  3. open webapi web app.
  4. pages opens with error ""Server Error in '/' Application."

Expected behavior
webapi URL should open copilot start page.

Screenshots
image

Platform

  • OS: [WSL]
  • IDE: [VS Code]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions