Description
When I use Playwright Web Scraper or Puppeteer Web Scraper, I get:
Failed to preview chunks: Error: documentStoreServices.previewChunksMiddleware - Error: documentStoreServices.previewChunks - Error: documentStoreServices.splitIntoChunks - (intermediate value) is not iterable (cannot read property undefined)
To Reproduce
- Go to Document Stores
- Click on 'Add Document Loader'
- Select 'Playwright Web Scraper' or 'Puppeteer Web Scraper'
- Fill URL: 'https://docs.flowiseai.com/getting-started'
- Select Text Splitter: 'Recursive Character Text Splitter'
- Click 'Preview Chunks'
- See error: Failed to preview chunks: Error: documentStoreServices.previewChunksMiddleware - Error: documentStoreServices.previewChunks - Error: documentStoreServices.splitIntoChunks - (intermediate value) is not iterable (cannot read property undefined)
Expected behavior
I expect to see the text chunks from https://docs.flowiseai.com/getting-started
Screenshots

- Installation: Docker
- Flowise Version: 3.0.0
- OS: Windows
- Browser: Chrome
Additional context
I get the same error when using a chatflow trying to upsert to a Postgres db.