eclipse-aaspe / server

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

AASX Blazor Server not able to connect to Package Explorer #321

Open smolloy1 opened 3 months ago

smolloy1 commented 3 months ago

What I did:

The Problem:

Possible Cause:

Since I haven't made any changes to the code, I suspect an issue with the current adminshellio/aasx-server-blazor-for-demo:main docker image. I am on Windows 11 for context and my home PC uses windows 10 but this shouldn't affect the API.

Additional Information

image Screenshot 2024-07-01 191656

Any help would be greatly appreciated as I have to present this in a couple weeks. Thanks!

Freezor commented 3 months ago

Hi @smolloy1 theres currently a bug with some parameters for the endpoints. A bugfix is will hopefully be provided this week. In the meantime you can check if adding a value for each parameter temporarily fixes this issue

Freezor commented 3 months ago

HI @smolloy1 there is a new version v0.3.1.67-aasV3-alpha-latest, which should solve this issue. Can you try this out and give us feedback?

smolloy1 commented 3 months ago

Hi, I will try it out today and let you know how it goes. Cheers

smolloy1 commented 3 months ago

@Freezor I tried using the new version and the updated main from DockerHub but I am now getting a 403 error. Running URL/packages gives the same error. The packages have not changed since I was last using it. See the full error message below.


{
  "Messages": [
    {
      "Code": "Forbidden",
      "CorrelationId": null,
      "MessageType": "Error",
      "Text": "Cannot proceed as decodedAasId is null",
      "Timestamp": "07/04/2024 14:58:52"
    }
  ]
}
smolloy1 commented 2 months ago

Hi any update on this? I have tried with default files and the "/packages" API call isn't working. Interesting the /shells call works but I need the "/packages" to link to the application viewer.