From b32afe196b0d0e2802b2e1d0d9b6408e420754de Mon Sep 17 00:00:00 2001 From: ADTC Date: Fri, 25 Sep 2020 21:25:26 +0800 Subject: [PATCH] Update Readme with link to issue #55 For better visibility and to minimize the number of "duplicate issues" created by people trying the extension, let visitors know ahead about the known bug: not being able to profile a development store (unless a workaround is used). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07df282..082d283 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ If you see this error, it may be because of one of the following conditions: * Your account does not have access to the current store you are trying to profile. * You might be trying to profile a checkout page, which is not supported by this extension. * There was an unhandled error in the request, e.g. timeout, lost connection, etc. + * You might be trying to profile a development store. We can't profile it yet when you're logged in as the owner. See [issue #55](https://github.com/Shopify/shopify-theme-inspector/issues/55) for a workaround. If it was none of the errors above you can right click on Shopify DevTools , inspect page, and view console for error details.