Skip to content

Bug: Failed to load service intercept configuration #694

@Wbeggin

Description

@Wbeggin

When going from a service to that service's intercept configuration (or host), it often fails to load. The same thing does not happen when you go from the configurations list to the same configuration.

Analysis of Differences

Here's a summary of the differences in the generated links:

Source Tag Structure Href Format Classes/Attributes
Service → Config <div><strong> .//configs/... col cell-name-renderer, id
Configurations Tab <span> ./configs/... mat-mdc-tooltip-trigger, ARIA, etc.
  • Href Format: The href from the service detail page starts with .//configs/..., while the one from the configurations tab starts with ./configs/.... The double slash is unusual.

These differences, especially in the href format and the component structure, could affect how Angular's router interprets the navigation and loads the associated component. The double slash in the href from the configurations tab is particularly suspicious.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions