Skip to main content
0 votes
0 answers
33 views

Our Next.js project (v15) has a problem. We are using the ISR to create pages on demand, however in practice, it may have some broken URLs and display 404 content. In the production environment, we ...
Youssef Lahssini's user avatar
0 votes
0 answers
34 views

On localhost I have set custom error mode off in web.config. There is no Application_Error method in global.asax. I have also commented HandleErrorAttribute in filter.config, but still I am not ...
Heemanshu Bhalla's user avatar
1 vote
1 answer
149 views

When using the include command in SSI in an NGINX config, the $status variable will always return 200 (and any maps using $status also return whatever value is mapped to it) instead of the actual ...
S1LV3R's user avatar
  • 153
0 votes
1 answer
432 views

Versions Nuxt: v3.14.1592 Node: v20.10.0 Reproduction https://iptvlandbox.com/ nuxt.config.js: import { resolve } from "path"; export default defineNuxtConfig({ compatibilityDate: &...
Yassinonce's user avatar
0 votes
0 answers
40 views

I need to change the default Jetty error page (specifically I want to remove the part where the requested URI appears in the html response), I tried several things but it does not seem to work. I ...
Bastian's user avatar
0 votes
1 answer
118 views

I am trying to implement the following custom error pages in ASP.NET Razor Pages (.Net 8.0): 403 Forbidden 404 Not Found 500 Server Error My error pages are RazorPages pages within a directory ...
Dib's user avatar
  • 2,107
0 votes
0 answers
34 views

If I set custom errors in the main web.config like this: <customErrors mode="On"> <error statusCode="404" redirect="~/Home/NotFound"/> </customErrors&...
gchq's user avatar
  • 1,803
0 votes
1 answer
72 views

I would appreciate any help in this case. I have a .NET Framework 4.5.1 web app running on IIS. I have two physical files in the root of this app: Error404.html Error500.html In the web.config under &...
Mi1anovic's user avatar
  • 481
0 votes
1 answer
203 views

I'm working on an ASP.NET Core 6 MVC project integrated with the identity for user management. In the Identity, the AccessDenied page exists by default for 301 error. I want to add a custom 404 error ...
max ray's user avatar
  • 35
1 vote
0 answers
42 views

I am developing a single page webapp where I am trying to configure the error page if page not found so I have added proper settings but still my redirect not working on error page. Here is my ...
Chauhan Mukesh's user avatar
0 votes
1 answer
107 views

i have tried a couple of fixes and even turned to chatGPT-4o (right after i looke on the internet and docs) I want to get this to be my error page which i redirect from a page i am fixing to ensure ...
Adam Hardwick's user avatar
1 vote
1 answer
606 views

I hope someone might be able to help. I have this page structure in my NextJS 14 app: app/ (admin)/ layout.tsx (web)/ layout.tsx page.tsx not-found.tsx Note that ...
Gilles's user avatar
  • 21
0 votes
2 answers
207 views

I have a Tomcat 9 based app service on Azure (see my stack attached) that has an in-out of season usage pattern and I need to swtich it to a lower app service plan for the summer. The app has been ...
Victor C.'s user avatar
0 votes
1 answer
462 views

I have a created my personal online portfolio using Nuxt 3 and when I intentionally enter an invalid URL in the development environment, my custom 404 page is displayed. However, after deploying my ...
Problem Child's user avatar
0 votes
0 answers
63 views

I'm trying to set up a custom 404 error page in my Django project. The page renders correctly, but the background image is not showing up. I've ensured that the file name is correct and that it's ...
DragonFruit's user avatar

15 30 50 per page
1
2 3 4 5
44