Skip to content

Intercept errors with error page not working #1593

@Rod-O

Description

@Rod-O

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • Yes
  • Are you sure you're not using someone else's docker image?
    • No
  • Have you searched for similar issues (both open and closed)?
    • Yes

Describe the bug
I have this code on Advanced tab-> Custom Nginx Configuration that accounts for SPA routes

proxy_intercept_errors on;
error_page 404 = /index.html;

This was working on 2.9.9, upgraded to latest and now I have 404

Nginx Proxy Manager Version
2.9.12

To Reproduce
Steps to reproduce the behavior:

  1. use SPA routes with this code

Expected behavior
Simple page reload

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions