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
At the moment the code path for getting the default path for Realm and App is the same, and thus the exception for both is the same when the path is not writable, with message "Couldn't determine a writable folder where to store realm file. Specify absolute path manually."
We need to have two different string messages, so that developers can understand which of the two is causing issues.
The text was updated successfully, but these errors were encountered:
At the moment the code path for getting the default path for
Realm
andApp
is the same, and thus the exception for both is the same when the path is not writable, with message "Couldn't determine a writable folder where to store realm file. Specify absolute path manually."We need to have two different string messages, so that developers can understand which of the two is causing issues.
The text was updated successfully, but these errors were encountered: