Hello experts,
I've created a new commerce environment to be used as a development environment.
I followed all the steps to create the new scale unit. The channel database is updating its data within the SQL, and the cloud POS is also working fine.
The problem is when trying to use the e-commerce... I can see the categories within the main page, but when clicking on it, I get the following error:
If I change the .env file to point to another environement we have, it works... So I'm suspecting on either some configuration wrong on headquarters or permissions.
Since I'm suspecting about permissions, I also tried to access these requests using Postman. Following
this tutorial I'm getting this error when trying to do this request:
{{retailServerURL}}/Categories(22565426196)?api-version=7.3 or {{retailServerURL}}/Categories?$top=10&api-version=7.3
Now I'm stuck with this problem where I cannot access the scale unit data neither from e-commerce or Postman.
Do you guys have any idea?