-
Notifications
You must be signed in to change notification settings - Fork 868
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
ApplyTemplateRendererError: Error applying template "toc.html" generated from "toc.yml" #9515
Comments
Hi same for me with non "modern" templates if I use the default template it's fine xxx\api\toc.yml: error ApplyTemplateRendererError: Error applying template "toc.html" to view model "xxx\AppData\Local\Temp\2\docfx\viewmodel\api\toc.html.raw.json" generated from "api/toc.yml". You have reached the maximum recursion limit of 256. Thanks |
It might be related to #9483 changes. If external docfx template contains |
Wow wonderful it works |
Thank you @filzrev ! I updated the release note to include this info. |
Actually I experience the same error. I've provided more details in another issue. |
Describe the bug
When I run docfx docfx.json --serve, I receive the following error:
Error applying template "toc.html" generated from "toc.yml". You have reached the maximum recursion limit of 256.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error to appear and my site to be available via localhost.
Context (please complete the following information):
Additional info:
toc.yml example:
href: https://sparkrock.com/
I don't receive this error in version 2.73
The text was updated successfully, but these errors were encountered: