bruno-arizio
bruno-arizio copied to clipboard
[nodemon] app crashed - waiting for file changes before starting...
Am I doing something wrong? Any tips for this issue? I've configured prismic and followed your instructions but getting this error.
const [_, endpoint] = process.env.PRISMIC_ENDPOINT.match(repoRegexp);
TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
at Object.trigger (/bruno-arizio-master/onboarding.js:5:25)
[0] at Server.
@zsociety I've got the same Issue. Did you get it to work?
@lhbizarro Can you help us with this? Thanks in advance.
@studiookkult the solution for that is removing the .match(repoRegexp);
and just keeping it as: const endpoint = process.env.PRISMIC_ENDPOINT;
. I think the previous implementation got replaced by Prismic team, which made this repository slightly outdated.
@zsociety I've got the same Issue. Did you get it to work?
@lhbizarro Can you help us with this? Thanks in advance.
@studiookkult
I didn't fixed it :(
@studiookkult the solution for that is removing the
.match(repoRegexp);
and just keeping it as:const endpoint = process.env.PRISMIC_ENDPOINT;
. I think the previous implementation got replaced by Prismic team, which made this repository slightly outdated.
it didnt fix it
Error: Invalid URI