Skip to content

Clarify custom error page placement for Atlas 2 (Mendix 9) apps#11465

Merged
ConnorLand merged 4 commits into
developmentfrom
docs_custom-error-page-atlas2-note
Jul 3, 2026
Merged

Clarify custom error page placement for Atlas 2 (Mendix 9) apps#11465
ConnorLand merged 4 commits into
developmentfrom
docs_custom-error-page-atlas2-note

Conversation

@Yornik

@Yornik Yornik commented Jul 2, 2026

Copy link
Copy Markdown
Member

What

Adds a clarifying note to the Create Custom Error Pages how-to about folder placement for apps still on Atlas 2.

Why

The how-to documents only the Atlas 3 location for the error page (theme/web/error_page). In Atlas 2 the entire theme folder is the web root, so following the Atlas 3 path nests the error_page folder one level too deep in the deployment package — the custom error pages are never served and users keep seeing the default Mendix error page.

Because the unversioned how-to is where search typically lands readers regardless of their Mendix version, the note helps a supported Mendix 9 / Atlas 2 reader who arrives here. Atlas 2 applies only to Mendix 9 apps still on Atlas 2 (Mendix 10 and 11 use Atlas 3+), and the note states this explicitly.

Change

Adds the note to:

  • content/en/docs/howto/front-end/custom-error-page.md (current / Mendix 11)
  • content/en/docs/howto10/front-end/custom-error-page.md (Mendix 10)

The Studio Pro 9 version (howto9) already documents the Atlas 2 case, and the Mendix 8 version (howto8) already instructs placing error_page directly in theme, so neither needs a change. The migration link reuses the existing /refguide9/moving-from-atlas-2-to-3/ reference.

Yornik and others added 2 commits July 2, 2026 11:45
The custom error page how-to only documented the Atlas 3 location
(theme/web/error_page). Atlas 2 apps treat the entire theme folder as
the web root, so following the Atlas 3 path nests the error_page folder
one level too deep and the pages are never served.

Add the same Atlas 2 note already present in the Studio Pro 9 (howto9)
version to the current and Studio Pro 10 (howto10) versions, directing
Atlas 2 users to place error_page in the theme folder directly (or
upgrade to Atlas 3).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Reword the Atlas 2 note so it reads as guidance for readers who land on
the page regardless of their version. Atlas 2 only applies to supported
Mendix 9 apps still on Atlas 2 (Mendix 10 and 11 use Atlas 3+), so the
note now states this explicitly rather than implying Atlas 2 is a general
option.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Yornik Yornik changed the title Add Atlas 2 note to custom error page how-to Clarify custom error page placement for Atlas 2 (Mendix 9) apps Jul 2, 2026
@MarkvanMents MarkvanMents requested a review from ConnorLand July 2, 2026 10:04
@ConnorLand ConnorLand merged commit b656962 into development Jul 3, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants