Closed otto-ifak closed 4 months ago
No response
Invoking GET /shells/$reference returns error code 500.
GET /shells/$reference
I am using the following docker-compose.yml:
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
![DESCRIPTION](LINK.png)
A clear and concise description of what you expected to happen.
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.
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
:Screenshots
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