Open GZM047 opened 6 years ago
I meet the same problem ! how to resolve this?
@maciejtreder Got a similar issue during build:prerender
. Seems like issue with document.cookie
? Kinda stuck here.
ERROR Error: NotYetImplemented
at Document.module.exports.exports.nyi (/Users/kunalmz/Desktop/Repos/content-publisher-new/content-publisher/dist/prerender.js:94715:9)
at UserdataService.module.exports.UserdataService.getCookie (/Users/kunalmz/Desktop/Repos/content-publisher-new/content-publisher/dist/prerender.js:159286:27)
at new UserdataService (/Users/kunalmz/Desktop/Repos/content-publisher-new/content-publisher/dist/prerender.js:159067:94)
Here getCookie
method is trying to perform some cookie based operation.
I'm submitting a...
In package
Current behavior
ng serve - works npm run build:prod - works npm run server - works accessing website on localhost:8080 - doesn't work
Expected behavior
ng serve - works npm run build:prod - works npm run server - works accessing website on localhost:8080 should work if all the above have built successfully
Minimal reproduction of the problem with instructions
ng serve npm run build:prod npm run server access website on localhost:8080
Environment