Frontmatter
| id | 8580 |
| title | Fix Portal Tickets 404 in production by adjusting path resolution |
| state | Open |
| labels | bug |
| assignees | [] |
| createdAt | Jan 12, 2026, 10:38 AM |
| updatedAt | Jan 12, 2026, 10:38 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8580 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
Fix Portal Tickets 404 in production by adjusting path resolution
Openbug
In
dist/production, the Tickets view fails to load markdown content because the relative paths need adjustment when running inside a nestednode_modulesstructure (similar toXhr.mjslogic). I will updateapps/portal/view/news/tickets/Component.mjsto include the path adjustment logic found insrc/data/connection/Xhr.mjs.