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
I'm documenting this in case anybody needs this in the future. PRs are very welcome!
When building for native targets, our Storage class currently stores user data (the auth token) in the current folder, which can lead to file permission issues.
I'm documenting this in case anybody needs this in the future. PRs are very welcome!
When building for native targets, our
Storage
class currently stores user data (the auth token) in the current folder, which can lead to file permission issues.Chris from OpenFL (@dimensionscape) has pointed the right direction on how OpenFL solved this (thank you Chris!), by using the user's path:
The text was updated successfully, but these errors were encountered: