Package conflict using apollo-client and auth0 authentication in angular

Dear Auth0 community,

I am currently working on a little project trying to implement auth0 authentication in my frontend. So far it works stellar, however, when I installed the apollo-client package using ng add apollo-client. I want to use the apollo client to connect the front end to my backend graphql api. The redirect from auth0 back to my application gives an error, and I am not logging in:

I have these packages installed, and use the default auth service provided in the quickstart guide for angular.

Is this a known problem? Is there a way to install a different version to not get this issue? I have no idea what can be causing this, and extensive googling for the past few days didn’t help much either

Thank you so much if you can help me out.

Kind regards
Pim Schwipper