Hi, Everyone.
With Spartacus 4.0 onwards, the canonical URL is configured to be default as below. However, the canonical URL for PDP page has local IP address in quality and production environment. The other pages have the domain name as expected. Any help to resolve this
pageMeta: {
canonicalUrl: {
forceHttps: true,
forceWww: false,
removeQueryParams: true,
forceTrailingSlash: true
}
}

Setting it manually on PDP controller also didn't help. Any help to resolve this will be appreciated. Thanks!
this.pageMetaLinkService.setCanonicalLink(this.winRef.location.href);