eclipse-aaspe / server

C# based server for AASX packages
Other
69 stars 51 forks source link

[Bug]: GET /shells/$reference returns 500 #334

Closed otto-ifak closed 2 months ago

otto-ifak commented 2 months ago

Contact Details

No response

Describe the bug

Invoking GET /shells/$reference returns error code 500.

To reproduce

I am using the following docker-compose.yml:

services:
  aasx-server:
    container_name: aasx-server
    image: docker.io/adminshellio/aasx-server-blazor-for-demo@sha256:f2010238503edc6c77ce37cd60f8b640431c768c6dd2a924f9c29f24c7e590dc # main
    restart: unless-stopped
    ports:
      - 5001:5001
    environment:
      - Kestrel__Endpoints__Http__Url=http://*:5001
    volumes:
      - ./aasxs:/usr/share/aasxs
    command: --no-security --data-path /usr/share/aasxs --external-blazor localhost

Screenshots

![DESCRIPTION](LINK.png)

Expected Behaviour

A clear and concise description of what you expected to happen.

Version

No response

Operating System

No response

Relevant log output

No response

juileetikekar commented 2 months ago

Hi @otto-ifak,

The issue has been fixed in today in the latest version. You can fetch the new changes by in half an hour.