chdev77

Results 2 comments of chdev77

I have the open-id-connect-configuration ``` export const oidcConfig = { loginRedirectModuleId: 'home', logoutRedirectModuleId: 'home', userManagerSettings: { post_logout_redirect_uri: `${environment.openidConfig.urls.host}/#/signout-oidc`, redirect_uri: `${environment.openidConfig.urls.host}/#/signin-oidc`, } ``` app.js `config.options.pushState = false;` I can get the...

Same issue here... mkdir: cannot create directory '/github/home/.aws': File exists