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
When we use
app.UseEndpoints(endpoints =>
{
endpoints.MapFallbackToFile("{**slug}", "index.html");
});
The proxy is not forwarding the calls but instead giving 404 not found error.
When removed the fallback code, proxy works as expected.
Any way to fix this.
Thanks
The text was updated successfully, but these errors were encountered:
When we use
app.UseEndpoints(endpoints =>
{
endpoints.MapFallbackToFile("{**slug}", "index.html");
});
The proxy is not forwarding the calls but instead giving 404 not found error.
When removed the fallback code, proxy works as expected.
Any way to fix this.
Thanks
The text was updated successfully, but these errors were encountered: