Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dataId is not supplied via queryString #423

Closed
HBCharles opened this issue Sep 4, 2016 · 4 comments
Closed

dataId is not supplied via queryString #423

HBCharles opened this issue Sep 4, 2016 · 4 comments
Labels

Comments

@HBCharles
Copy link

I'm having this issue in the browser console when launching my meteor app after doing a getstorybook command :

index.js:64 Uncaught Error: dataId is not supplied via queryStringmeteorInstall.node_modules.@kadira.storybook.dist.client.preview.index.js @ index.js:64fileEvaluate @ install.js:153require @ install.js:82meteorInstall.node_modules.@kadira.storybook.dist.client.index.js @ index.js:26fileEvaluate @ install.js:153require @ install.js:82meteorInstall.stories.index.js @ index.js:2fileEvaluate @ install.js:153require @ install.js:82(anonymous function) @ app.js?hash=67a0e95…:711

The app was working before, i have a blank page instead.

Any idea how solve to issue ?

@arunoda
Copy link
Member

arunoda commented Sep 4, 2016

Can we get a sample repo or help us to get this reproduced. May be tell us Meteor version and the package you are using?

@arunoda arunoda added the bug label Sep 4, 2016
@HBCharles
Copy link
Author

You can find the repo. I took the repo from cheersjosh and have performed the getstorybook command;

You can also have the issue by doing the getstorybook command on a newly created project.

@arunoda
Copy link
Member

arunoda commented Sep 6, 2016

Yep. We had an issue related to Meteor.
We fixed it with the latest version of getstorybook.

The issue was:

  • We created directory called stories inside the main app. So, it's going to load as well in Meteor.
  • So we renamed that to .stories.

@arunoda
Copy link
Member

arunoda commented Sep 6, 2016

I assume this is fixed now and close this issue.
But, reopen this if this is not what you are looking at.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants