Replies: 2 comments
-
Hi @kwoeste11. Previously we have this problem with loading cropper js interop module in this conversation: #142 (comment). As result, you should override internal or full global path to folder: |
Beta Was this translation helpful? Give feedback.
-
Thanks again for your prompt help. That was the issue. When I originally read that in the notes, I didn't read it as the time it would be needed was when running under a virtual directory. In my case this site runs under a virtual directory of "ImageEditor". The code below allows debugging in the IDE as well as setting the path I need if it is running on the server. Perhaps it helps someone else.
|
Beta Was this translation helpful? Give feedback.
-
Got everything working as I want, but when deploying to an IIS windows server, I am having issues with the dynamic JS in the cropper. This is .net 8 and I just installed it on the server. Everything else in the app works correctly. Console errors below. Hoping maybe you have run into this before and can shed some insight. could well be a server config issue.
Beta Was this translation helpful? Give feedback.
All reactions