Hi @mansoor can you share your webpack config or code? My first guess is that it messes with the api calls so much that the requests are not created properly
this is tricky to reproduce and it is highly probably that it has to do with the webpack config. I am not sure how I can help you here. Did you make some research about the HtmlWebpackPlugin preventing fetch calls? Is there a way to avoid webpack entirely and switch to an alternative?
I have another wild guess.. Can you check if the library successfully calls the openid well-known endpoint? You can of course call the endpoints directly but I personally would not mess around by manually building the payloads