Response.Redirect URl Changes when called Task Invoke method in customer/info Event

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
I am calling customer/info and from his save events i have calling my events and I'm trying to redirect Url from

http://prntscr.com/hctle3

HttpContext.Response.Redirect("myurl")
in asp.net core 2.0 and after its calling before this in Httpcontext.response.Header.headerlocation="my url"

http://prntscr.com/hctcx5

GetVirtualPath(VirtualPathContext context)

http://prntscr.com/hctek5

after calling this the Url Route again changes to default customer/Info In task Invoke display like this enter image description here

In this the Response URL getting changes and the customer info o

and it redirect the same page customer/info

but i want to redirect in my response.redirect (url)

I'm looking solution for nopCommerce 4.0 which build in Asp.Core 2.0
6 years ago
Getting same issues
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.