SevenSpikes / api-plugin-for-nopcommerce

API plugin for nopCommerce
MIT License
286 stars 213 forks source link

Can't redirect to Login Page #201

Open izundo-viennv opened 5 years ago

izundo-viennv commented 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 image

It seems that it haven't redirected to login page.

ansaridawood commented 4 years ago

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