Hi,
I am trying to implement auth0 into an existing Angular universal project.
However I run into the problem that the auth0-angular library seems to be client only.
When I import the HttpInterceptor I receive the following error on the server side:
TypeError: interceptors.reduceRight is not a function
at HttpInterceptingHandler.handle (/dist/server/main.js:1:147157)
Has anyone a solution for this?