Hello,
I am currently trying to create location pages using the basic location starter template but with the data that’s in the platform (not seed data). When running ‘run npm dev’ the data generation step is generating 0 files for the location stream. I’ve changed the location template to make sure all the field and entity type names match what’s in the platform. What am I missing?
> yext pages generate-test-data
This is a beta version of the Yext Command Line Interface
Generated 0 files for stream "location-stream"
Two other issues are popping up in the console in case those are relevant. Would really appreciate any help in solving these as well.
> pages generate templates
(node:2186) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:
--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("/Users/****/Documents/GitHub/yext-sky-react/node_modules/%40yext/pages/dist/bin/loader.js", pathToFileURL("./"));'
(Use `node --trace-warnings ...` to show where the warning was created)
WebSocket server error: Port is already in use
Thanks,
Nik