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 while trying to implement server side rending angular 7... ( Keycloak Login ) #158

Open
aniketbumbc opened this issue Feb 20, 2020 · 1 comment

Comments

@aniketbumbc
Copy link

Hello,
I am trying to implement ssr angular v7. My application landing page has Keycloak login. I successfully build code but while running code I got following error.

Error: NotYetImplemented
at Document.exports.nyi (/home/Project AIC/aic-intranet/dist/server.js:89918:9)
at setCookie (/home/Project AIC/aic-intranet/dist/server.js:249631:33)
at CookieStorage.cs.add
(/home/Project AIC/aic-intranet/dist/server.js:249600:17)
at Keycloak.kc.createLoginUrl (/home/Project AIC/aic-intranet/dist/server.js:248359:29)
at Object.login (/home/Project AIC/aic-intranet/dist/server.js:249260:52)
at Keycloak.kc.login (/home/Project AIC/aic-intranet/dist/server.js:248340:28)
at doLogin (/home/Project AIC/aic-intranet/dist/server.js:248243:24)
at onLoad (/home/Project AIC/aic-intranet/dist/server.js:248270:25)
at processInit (/home/Project AIC/aic-intranet/dist/server.js:248322:25)
at Object.success (/home/Project AIC/aic-intranet/dist/server.js:249143:29)
I did not find global["document"]["cookie"] = win.document.cookie; in domino.

can any one assist me in this problem.....

@JakeLo123
Copy link

I think there is no cookie api. Domino gives you a custom object instead of the actual document. Someone gave me helpful advice on this stack overflow thread

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

No branches or pull requests

2 participants