You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When accessing a disabled product's URL, it returns a 500 error.
I've found that Magento\CatalogUrlRewriteGraphQl\Model\DataProvider\UrlRewrite\ProductDataProvider is used as the URL provider, so in 2.4.7-p7 version this provider throws a GraphQlNoSuchEntityException when the product is disabled, which results in a 500 error in PWA Studio.