Closed jamime closed 1 month ago
Describe the bug pixeleye storybook always gives {"message":"unauthorized"}
pixeleye storybook
{"message":"unauthorized"}
To Reproduce Follow the guide for storybook.
Expected behavior It should authenticate.
Additional context
"pixeleye": "npx serve storybook-static -p 6007 & pixeleye storybook http://localhost:6007"
// pixeleye.config.js /** @type {import('pixeleye').Config} */ const config = { token: "xxxxx", }; export default config;
I tried passing the token directly to pixeleye storybook --token and it gives the same error.
pixeleye storybook --token
Token had an extra char in it at the start.
Describe the bug
pixeleye storybook
always gives{"message":"unauthorized"}
To Reproduce Follow the guide for storybook.
Expected behavior It should authenticate.
Additional context
I tried passing the token directly to
pixeleye storybook --token
and it gives the same error.