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
When an Orchard Core instance is deployed with a subdirectory via IIS Monaco Editor is broken. This is part of the loader not honoring the subdirectory. Please see below example where TaxPayer is the subdirectory and all other scripts load correctly but not Monaco:
To Reproduce
Steps to reproduce the behavior:
Deploy Orchard Core test website to IIS to a subdirectory
Open Admin Screen
Go to content type and set HTML Editor as Monaco editor
attempt to edit or add content that uses the Monaco editor
Expected behavior
The expected behavior is that the Monaco editor should honor the subdirectory that it is deployed to not strip them out.
Screenshots
The text was updated successfully, but these errors were encountered:
Yes, that is correct. It is configured via IIS with a URL Prefix. I tried setting the Base Url in Configuration -> Settings ->General. This did not affect the error. Thank you for your help.
The tenant prefix was already taken into account but not a possible virtual folder that would not be part of the tenant prefix but part of the pathBase of a given request, It has been fixed by #11370.
But maybe not yet available from nuget, maybe only from the cloudsmith feed.
Describe the bug
When an Orchard Core instance is deployed with a subdirectory via IIS Monaco Editor is broken. This is part of the loader not honoring the subdirectory. Please see below example where TaxPayer is the subdirectory and all other scripts load correctly but not Monaco:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The expected behavior is that the Monaco editor should honor the subdirectory that it is deployed to not strip them out.
Screenshots
The text was updated successfully, but these errors were encountered: