Best Answer malaga , 10 April 2024 - 12:03
Setting the env variable ASPNETCORE_ENVIRONMENT to development solved the problem. Many thanks Marcus!
Go to the full postBest Answer malaga , 10 April 2024 - 12:03
Setting the env variable ASPNETCORE_ENVIRONMENT to development solved the problem. Many thanks Marcus!
Go to the full postGeschrieben: 08 April 2024 - 10:05
Hi,
for testing purposes I am running the store on the localhost from a docker container. The SSL required in the store settings is deactivated. Nevertheless, with the GET request from the endpoint http://localhost:9280/odata/v1/orders I get the error:
I also tried to get all orders via SwaggerUI and am getting the same error. I used the public key as a username and the private key as a password.
Has anyone experienced this issue and how can I solve it?
Many thanks!
Geschrieben: 08 April 2024 - 12:22
Marcus Gesing
Smartstore AG
Geschrieben: 09 April 2024 - 08:28
Hi Marcus,
many thanks for your answer. Actually the dev env is set to true in the docker container:
Geschrieben: 10 April 2024 - 12:03 Best Answer
Setting the env variable ASPNETCORE_ENVIRONMENT to development solved the problem. Many thanks Marcus!