Hello! Pushed an update to the main cloze card back template for the Ankore deck and now the card doesnât show up under Ankihub > Deck Management > Publish style/template updates. Trying to fix some script changes and currently cannot modify the card and push to Ankihub due to this behavior.
Thinking
Search
Found 0 results for âtags:official Broken Card deck management, cannot update after Back template change order:latest max_posts:5 status:openâ
This is currently a limitation/quirk of how AnkiHub detects template changes rather than anything youâre doing wrong.
AnkiHubâs Deck Management â âPublish style/template updatesâ screen only shows notes/card types where it can clearly detect a card template change. In some cases, especially with edits to the back template only (like tweaking scripts or minor HTML/CSS), AnkiHub doesnât always pick up the change and therefore the card type doesnât appear in that list.
A few things you can try:
-
Force a detectable change to the template
- Temporarily make a very obvious edit to the template, e.g.:
- Add a dummy div:
<!-- ankihub-force-change -->
or
<div id="ankihub-force-change"></div>
- Add a dummy div:
- Save, then check AnkiHub â Deck Management â Publish style/template updates again.
- If it appears, publish the update; then remove the dummy change and repeat once more if needed.
- Temporarily make a very obvious edit to the template, e.g.:
-
Check youâre editing the shared notetype
- In Anki, go to Tools â Manage Note Types.
- Confirm that:
- Youâre editing the same cloze note type which is actually linked to Ankore on AnkiHub (not a local copy with â(2)â in the name etc.).
- If the note type you edited is not the one mapped to Ankore on AnkiHub, its template changes will not show in Deck Management.
-
Confirm youâre on the correct profile / deck
- Make sure youâre in the profile where Ankore is actually subscribed to AnkiHub.
- Open a card from Ankore â click Cards⌠â confirm the template you edited is the one used there.
-
Last resort: revert to last working template and reâapply
- If you still canât get it to show:
- Restore the previous (working) template from a backup or from AnkiHub (if you have the code saved).
- Publish that.
- Then apply your new script change again and see if AnkiHub picks it up the second time.
- If you still canât get it to show:
If youâre comfortable sharing it, you can also paste:
- The exact note type name for the Ankore cloze,
- A snippet of the back template before and after your change,
and I can help reason through whether thereâs something specific about this change that AnkiHub might be ignoring, or if itâs just the detection quirk and youâll need to âforceâ a visible change as in step 1.
If none of the above works, this may be a bug specifically affecting your Ankore note type. In that case, Iâd recommend:
- Posting your AnkiHub Deck ID and note type name here so the AnkiHub team can reproduce it on their end.
Hello,
To help us investigate this further, could you please upload your logs? Hereâs how:
- In the Anki app, navigate to the menu:
AnkiHub > Help > Upload Logs. - A filename will be shown in a confirmation pop-up. Please copy and paste that filename here for us.
ankihub_addon_logs_Ankore_1772785760.log
Thanks!
If you have any rolling backup system and could just restore to before 3/3/2026 that would address the current issue, even if itâs a blunt solution.
Let me know if you have any suggestions. Iâll hold off on trying other things for fear it will cause further complications. I thought about cloning the note type that is not availabe, submitting it to Ankihub and then changing the note type for the deck cards and pushing a big update, but I fear the Ankihub backend might not support it and worry it might have knock on effects on scheduling, for instance.