We use cookies to learn how you interact with our content, and show you relevant content and ads based on your browsing history. You can adjust your settings below. Here's our policy.
Most apps are served via HTTP during development. With Storyblok v2, your app must be served in HTTPS proxy for your development server on Windows.
Install Chocolatey: a package manager for windows. You can view installation guides here (opens in a new window).
Install mkcert for creating a valid certificate and install localhost with mkcert: Open your PowerShell as admin and run the commands below consecutively; make sure that Chocolatey
choco install mkcert // install mkcertmkcert --version // check the mkcert version
IMPORTANT:
For some users, install local-ssl-proxy package globally on your windows machine, as adding it to package.json script might not work.
Add the proxy to your package.json scripts: Next, add the commands below to your package.json scripts