Checking what happens in Sitecore Commerce can sometimes be a bit complicated. This tool will give you insight into how the pipelines are configured, which blocks are used and how the policies are configured per environment.
Plumber connects directly to your Sitecore Commerce Engine instance and doesn't need to be (but can be) installed on a server: Installing Plumber on your own server
How to configure Identity Server, depends on the version of Sitecore Commerce you are using. Click one of the buttons below to see the configuration for that version:
To configure your engine to allow Plumber to connect to it, you add it as an allowed origin. Open
config.json
in the wwwroot folder of your commerce engine and add the url of
Plumber (
https://vwr.plumber-sc.com
) to the AllowedOrigins section. It should look something like this:
"AllowedOrigins": [
"https://localhost:4200",
"http://localhost:4200",
"https://vwr.plumber-sc.com"
],
Configure Plumber by specifying that Plumber can use to reach the engine and identity server on. Click the button below to open the settings dialog and configure these settings: