Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have installed the NestingContently packages:
<PackageReference Include="NestingContently.Umbraco" Version="4.0.0" /> <PackageReference Include="Umbraco.Cms" Version="11.0.0" />
It works fine on my localhost, but in production there is no toggle button (like this one on localhost):
I am deploying by using Visual Studio 2022 web deploy to a Windows server.
Have anyone got a suggestion how to fix?
Hi Martin,
Maybe you missed some files (css, images...) of the package when you deployed.
You can press F12 and check if you have any error in console window of browser.
Good point. 😊👍
Just checked the console for errors, and there are none so it must be something else.
Can you verify that the source files is actually deployed to your live environment? There should be some files in App_Plugins/NestingContently
There are the same files and directories as in DEV:
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
NestingContently works on DEV, but not on PROD
I have installed the NestingContently packages:
It works fine on my localhost, but in production there is no toggle button (like this one on localhost):
I am deploying by using Visual Studio 2022 web deploy to a Windows server.
Have anyone got a suggestion how to fix?
Hi Martin,
Maybe you missed some files (css, images...) of the package when you deployed.
You can press F12 and check if you have any error in console window of browser.
Good point. 😊👍
Just checked the console for errors, and there are none so it must be something else.
Can you verify that the source files is actually deployed to your live environment? There should be some files in App_Plugins/NestingContently
There are the same files and directories as in DEV:
is working on a reply...