Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft bug #2484

Merged
merged 12 commits into from
Feb 6, 2025
Merged

Microsoft bug #2484

merged 12 commits into from
Feb 6, 2025

Conversation

knirirr
Copy link
Contributor

@knirirr knirirr commented Feb 5, 2025

This bug is discussed in https://github.com/FAIRsharing/FAIRsharing-API/issues/1163

The cause looks like the following from DOITitle.vue:

        newImg.src = this.getAPIEndPoint() + this.currentRecord['fairsharingRecord'].urlForLogo;

This was creating a url by adding https://api.fairsharing.org to null, and producing the invalid domain.
Odd, as the image has a v-if to check if there's even an image URL to start with.

@knirirr knirirr requested a review from prakhyatox February 5, 2025 17:04
@knirirr knirirr merged commit 87f83d3 into dev Feb 6, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants