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
In testing a Piranha Core site in IIS when deployed to a virtual directory ("/root/test" instead of just "/root"), ajax calls in the manager fail. I tracked it down to piranha.core/core/Piranha.Manager/assets/js/ui.js. Urls are being hard-coded like '/manager/post/region'. These should be generated in a .cshtml file using a Url helper so they are output as '/test/manager/post/region' in my case.
The text was updated successfully, but these errors were encountered:
In testing a Piranha Core site in IIS when deployed to a virtual directory ("/root/test" instead of just "/root"), ajax calls in the manager fail. I tracked it down to piranha.core/core/Piranha.Manager/assets/js/ui.js. Urls are being hard-coded like '/manager/post/region'. These should be generated in a .cshtml file using a Url helper so they are output as '/test/manager/post/region' in my case.
The text was updated successfully, but these errors were encountered: