Clicking "View protein structure" under the heatmap fails with the error:
Failed to fetch AlphaFold version
In ProteinStructureView.vue, rendering currently depends on ${config.apiBaseUrl}/alphafold-files/version. If that endpoint is missing or temporarily unavailable, the component exits and never attempts to load the structure.
Expected behavior:
Protein structure view should still attempt to render when version lookup fails.
Observed behavior:
The component returns early after version fetch failure, so users cannot access protein structure view.
Clicking "View protein structure" under the heatmap fails with the error:
Failed to fetch AlphaFold versionIn ProteinStructureView.vue, rendering currently depends on ${config.apiBaseUrl}/alphafold-files/version. If that endpoint is missing or temporarily unavailable, the component exits and never attempts to load the structure.
Expected behavior:
Protein structure view should still attempt to render when version lookup fails.
Observed behavior:
The component returns early after version fetch failure, so users cannot access protein structure view.