Current Behavior
If I directly visit views by specifying their paths such as:
/topology/create-custom-target
/rules/create
/recordings/create
For example, https://cryostat-sample-myns.apps-crc.testing/recordings/create. A blank page is showed:

with the following console's error:

Expected Behavior
The sub views should render correctly!
Steps To Reproduce
- Launch an OpenShift instance. For example, with OpenShift Local,
crc start.
- On latest cryostat-operator's commit on
main:
make deploy_bundle create_cryostat_cr sample_app
Environment
CRC version: 2.26.0+233df0
OpenShift version: 4.13.9
OS: Fedora 40
Anything else?
This only happens if I visit the sub-view directly. That is: If I go /recordings -> Click Create -> /recordings/create, all is fine.