Skip to content

Camo cache cannot be flushed? #3485

Answered by qwerty541
UlyssesZh asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, @UlyssesZh! I achieved this result by replacing comma with %23 in your URL, querystring parameters content should be url encoded in this case. Looks like this error in URL was the reason of broken cache on GitHub CDN.

<picture>
  <source
    srcset="https://github-readme-stats.vercel.app/api?username=UlyssesZh&show_icons=true&count_private=true&hide_title=true&include_all_commits=true&hide_rank=true&number_format=long&hide_title=true&show=discussion_started&hide_border=true&theme=dark"
    media="(prefers-color-scheme: dark)"
  />
  <source
    srcset="https://github-readme-stats.vercel.app/api?username=UlyssesZh&show_icons=true&count_private=true&hide_title=true&include_all_commits=…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@UlyssesZh
Comment options

Answer selected by UlyssesZh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants