Open izundo-viennv opened 5 years ago
I installed NopCommerce 4.1 and API Plugin when I run my Client app using nodejs and passportjs I got a page not found url: http://localhost:15536/connect/authorize/?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Fauth%2Fexample%2Fcallback&scope=nop_api&client_id=ee9d2bd6-8780-4f08-a583-6bf3d723d65d
It seems that it haven't redirected to login page.
I am facing the issue when I am trying to reach to API by using a sample application (repo link added in the end)
Please help me out, I’m stuck
https://github.com/SevenSpikes/nopCommerce-Api-SampleApplication
I installed NopCommerce 4.1 and API Plugin when I run my Client app using nodejs and passportjs I got a page not found url: http://localhost:15536/connect/authorize/?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Fauth%2Fexample%2Fcallback&scope=nop_api&client_id=ee9d2bd6-8780-4f08-a583-6bf3d723d65d
It seems that it haven't redirected to login page.