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

The requested URL /iframe.html/ was not found on this server. #2802

Closed
maxlibin opened this issue Jan 22, 2018 · 2 comments
Closed

The requested URL /iframe.html/ was not found on this server. #2802

maxlibin opened this issue Jan 22, 2018 · 2 comments

Comments

@maxlibin
Copy link

Sorry, can anyone give me simple guide I am trying to load this static file from Laravel,

Route::get('/storybook', function() {
return File::get(app_path('/assets/js/style-component/index.html'));
});

but I am getting:

Not Found
The requested URL /iframe.html/ was not found on this server.

@Hypnosphi
Copy link
Member

Is there an iframe.html file in the same directory as index.html? You probably need to serve that as well

@stale
Copy link

stale bot commented Mar 13, 2018

Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 60 days. Thanks!

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

No branches or pull requests

3 participants