Skip to content

Protein structure view fails when AlphaFold version endpoint is unavailable #630

@PlushZ

Description

@PlushZ

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.

Metadata

Metadata

Assignees

Labels

app: backendTask implementation touches the backendapp: frontendTask implementation touches the frontendtype: bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions