-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Zimcheck complains about tons of times:
{
"check" : "url_internal",
"level" : "ERROR",
"message" : "The following links:\n- ../../users/profiles/43968.webp\n(users/profiles/43968.webp) were not found in article users/43968/reid-evans",
"links" : [
"../../users/profiles/43968.webp"
],
"normalized_link" : "users/profiles/43968.webp",
"path" : "users/43968/reid-evans"
},
This is "normal" errors because user images are not grabbed anymore and they are generated with JS.
We should probably find a workaround to not get these nasty zimcheck output which avoids to spot real problems which might exists as well. This could also be an opportunity to display a fallback image before switching to JS-generated picture, avoid the "broken image when JS did not yet ran" issue.
Reactions are currently unavailable