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
Describe the bug
The application shows 404 in browser console for file _content/Kentico.Xperience.TagManager/js/ktc-tagmanager.js
The file was removed in commit 49eb5ba but the scritp tag pointing to this location is still rendered by https://github.com/Kentico/xperience-by-kentico-tag-manager/blob/main/src/Kentico.Xperience.TagManager/Rendering/CodeSnippetTagHelperComponent.cs
To Reproduce
Steps to reproduce the behavior:
Install Kentico.Xperience.TagManager 3.0 or later
run the app
Open browser console on any page
It contains the 404 error
Expected behavior
The file was removed in commit 49eb5ba but the scritp tag pointing to this location is still rendered by https://github.com/Kentico/xperience-by-kentico-tag-manager/blob/main/src/Kentico.Xperience.TagManager/Rendering/CodeSnippetTagHelperComponent.cs
The file should either be provided by the nuget or the script tag should not be rendered.
Library Version
3.0.0-3.1.0
The text was updated successfully, but these errors were encountered:
BeforeTargets="NpmBuildClient" should be BeforeTargets="NpmBuildHelpScript"
After this change, someone needs to validate that a Release build creates a ktc-tagmanager.js in the wwwroot folder of the build output and that file is included in the generated NuGet package.
Describe the bug
The application shows 404 in browser console for file
_content/Kentico.Xperience.TagManager/js/ktc-tagmanager.js
The file was removed in commit 49eb5ba but the scritp tag pointing to this location is still rendered by
https://github.com/Kentico/xperience-by-kentico-tag-manager/blob/main/src/Kentico.Xperience.TagManager/Rendering/CodeSnippetTagHelperComponent.cs
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The file was removed in commit 49eb5ba but the scritp tag pointing to this location is still rendered by
https://github.com/Kentico/xperience-by-kentico-tag-manager/blob/main/src/Kentico.Xperience.TagManager/Rendering/CodeSnippetTagHelperComponent.cs
The file should either be provided by the nuget or the script tag should not be rendered.
Library Version
3.0.0-3.1.0
The text was updated successfully, but these errors were encountered: