Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NotYetImplemented in SSR #26

Closed
testica opened this issue May 24, 2018 · 1 comment
Closed

NotYetImplemented in SSR #26

testica opened this issue May 24, 2018 · 1 comment

Comments

@testica
Copy link

testica commented May 24, 2018

Actual Behavior

Doesn't work with SSR
Output:

Error: NotYetImplemented
    at Object.module.exports.exports.nyi (/var/task/dist/server.js:25776:9)
    at CookieService.module.exports.CookieService.check (/var/task/dist/server.js:178063:47)
    at CookieService.module.exports.CookieService.get (/var/task/dist/server.js:178071:47)
    at n.e.RehydrateStoreService.n.restore (/var/task/dist/server.js:206494:13762)
    at Iksp.e.getInitialState (/var/task/dist/server.js:206494:979474)
    at _callFactory (/var/task/dist/server.js:11245:20)
    at _createProviderInstance$1 (/var/task/dist/server.js:11197:26)
    at initNgModule (/var/task/dist/server.js:11147:28)
    at new NgModuleRef_ (/var/task/dist/server.js:12390:9)
    at Object.createNgModuleRef (/var/task/dist/server.js:12380:12)

Document in server side has cookie but in get case throw Error: NotYetImplemented
https://github.com/fgnass/domino/blob/master/lib/Document.js#L308

Specifications

Angular 5

@CunningFatalist
Copy link
Contributor

Hey!

Yes, it does not. There's already an issue for that. If you happen to know some things about SSR, feel free to create a PR!

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants