ConnectionMultiplexer exception caused when trying to invoke webAPI endpoints –
I am facing an exception(ConnectionMultiplexer) message when trying to access a .NetCore 8 webAPI endpoint. I tried to use repositoryPattern in my project so there’s a GenericRepository interface. I registered my dependencies in a separate class and then added it to my Program.cs class using Services.Add().Let me post the relevant pieces of code so that the structure is understandable to you. There’s a whole lot of inter-related code so pls bear with me and pardon me if it appears too verbose.