Java+React.js Extension preview gets ValidationError

When I run the extension on local and preview on the url it gets this error
{“message”:“ValidationError: scope.0: Path scope.0 is required.”}

Hi @Caglar_Ersin

Can you try with defining the scopes: "company/saleschannel,company/application/settings,company/order" in the application.yml file, and then restart the backend server ?

1 Like

@SoumyaAcharya thank you so much, it worked