Closed Spence1115 closed 1 year ago
@Spence1115 could you provide a repro sample for us to debug? also, which version of Percy storybook SDK are you using?
I had the exact same issue, and setting storyStoreV7
to false
has fixed it. We're using that as a workaround, as it's not ideal.
could be related to #715, closing this one in favor of that, please reopen/notify us if that's not the case.
Been using Percy for Storybook for a while now, working fine, but recently we've been moving from Webpack to Vite, and now it does not run.
The problem
When running
percy storybook ./storybook-static --verbose
since moving to Vite:If I do a dry run
percy storybook ./storybook-static --verbose --dry-run
Everything works as expectedEnvironment
@percy/cli
version: 1.20.0cimg/node:16.13.1-browsers
imageDebug logs
Running with
--debug
gets me the same error as above