You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might need to switch path from a path param to a query param to solve this.
The text was updated successfully, but these errors were encountered:
chris48s
added
question
Support questions, usage questions, unconfirmed bugs, discussions, ideas
bug
Bugs in badges and the frontend
service-badge
New or updated service badge
and removed
question
Support questions, usage questions, unconfirmed bugs, discussions, ideas
labels
Sep 21, 2024
Are you experiencing an issue with...
shields.io
🐞 Description
This badge works for most files
https://img.shields.io/github/size/badges/shields/server.js
but there are some that cause a problem
https://img.shields.io/github/size/badges/shields/package.json
The reason this fails is because this causes us to look for a file called "package" and use json output format, rather than look for a file called "package.json"
🔗 Link to the badge
https://img.shields.io/github/size/badges/shields/package.json
💡 Possible Solution
We might need to switch
path
from a path param to a query param to solve this.The text was updated successfully, but these errors were encountered: