Do not return 404 if the pages do not exist

Created on 3 August 2024, 5 months ago

Hello,

If the entity pages do not exist, it does not return 404, but a page error.

For example:

There are three articles:
/node/1
/node/2
/node/3

Dynamic path aliases:
/blog/{node} >> entity.node.canonical

The following pages can be accessed normally:
/blog/1
/blog/2
/blog/3

However, unexpected error will occur on the following pages, not return a 404 page:
/blog/4
/blog/5
/blog/6

πŸ› Bug report
Status

Active

Version

1.1

Component

Documentation

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @msn5158
  • Status changed to Closed: cannot reproduce 8 days ago
  • πŸ‡ΊπŸ‡ΈUnited States robphillips

    I could not confirm this issue. Non-existent entity pages with dynamic path aliases correctly displayed a 404 error. Please reopen the ticket with additional information if the problem persists.

Production build 0.71.5 2024