You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using custom rewriter to apply custom rules for redirects and calling it from Startup -> Configure() method like this app.UseRewriter(RewriteOptionsHelper.rewriteOptions);
But this is stopping handler buttons to stop working in handler admin as it is clashing with method from handler.
Can you please suggest what can be done to keep custom rules for redirect and even handler working properly.
Thanks,
Deepa
The text was updated successfully, but these errors were encountered:
Hello,
We are using custom rewriter to apply custom rules for redirects and calling it from Startup -> Configure() method like this app.UseRewriter(RewriteOptionsHelper.rewriteOptions);
But this is stopping handler buttons to stop working in handler admin as it is clashing with method from handler.
Can you please suggest what can be done to keep custom rules for redirect and even handler working properly.
Thanks,
Deepa
The text was updated successfully, but these errors were encountered: