eShop
eShop copied to clipboard
Web app configures the exception handling middleware but no /Error endpoint exists
From @danroth27
The web app configures the exception handling middleware to route requests to /Error:
if (!app.Environment.IsDevelopment()) { app.UseExceptionHandler("/Error"); // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts. app.UseHsts(); }But no /Error endpoint is defined in the app.
@3lcarry Is this something your team can create for us? We'd need a new error page mapped at /Error.
@adityamandaleeka no problem, I will work on this after pushing the pr for responsive it's almost complete
I've created a PR #70
We created the text using OpenAI let me know what do you think
@adityamandaleeka should we create a similar page for the 404 errors?