Replies: 1 comment
-
I'm also curious as to how to preview the theme via the share link. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was wondering if someone can help me figure out how I can get the share preview link to work and view the website through https?
When I'm running the Vite Shopify Example I get errors saying the certificate authority is invalid (
net::ERR_CERT_AUTHORITY_INVALID
). And when I remove theserver.https: true
line I still get annet::ERR_EMPTY_RESPONSE
error. In my debugging quest I also removed thebasicSsl()
line which allows me to view the website locally but not through a share preview link. I'm a bit lost on what the problem could be.I've also tried to use the
vite-plugin-mkcert
plugin instead of the basicSSL plugin but without any luck.Beta Was this translation helpful? Give feedback.
All reactions