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 iOS, I'm trying to mount a directory and launch a html file in it.
If I mount a single directory to a path and load the html content and there is no issues.
If I try to mount more than one folder into the same path then I get the "NSInternalInconsistencyException" while trying to load the files in the folder that was mounted later.
For example,
I have folder_A and I mount with the path /test_A and if I access the file with URL "/test_A/index.html", no issues.
If a folder_A and folder_B is mounted with path /test_A and /test_B respectively and try to access the files in /test_B then I get the following exception.
In iOS, I'm trying to mount a directory and launch a html file in it.
If I mount a single directory to a path and load the html content and there is no issues.
If I try to mount more than one folder into the same path then I get the "NSInternalInconsistencyException" while trying to load the files in the folder that was mounted later.
For example,
I have folder_A and I mount with the path /test_A and if I access the file with URL "/test_A/index.html", no issues.
If a folder_A and folder_B is mounted with path /test_A and /test_B respectively and try to access the files in /test_B then I get the following exception.
The text was updated successfully, but these errors were encountered: