# Troubleshooting ## White page (while using Create React App) It is supposed that Create React App will generate one main bundle only. You should replace `bundle.js` with `[name].js` to separate main app and Uibook: ```js filename: isEnvProduction ? 'static/js/[name].[contenthash:8].js' : isEnvDevelopment && 'static/js/bundle.js', ^^^^^^ ``` Replace with: ```js : isEnvDevelopment && 'static/js/[name].js', ``` _webpack.config.js_ Any ideas how to improve this? Please PR. ## No Pages You should describe each test component. Please read [about configuring](configure.md). ## No Cases You forget to pass Cases to your Page. Read more about Cases [here](configure.md#cases). ## Iframe Error Uibook renders Responsive Cases in a `