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
This issue needs more information before it can be addressed. In particular, the reporter needs to provide a minimal sample app that demonstrates the issue. If no sample app is provided within 15 days, the issue will be closed.
Please see the Contributing Guide for how to create a Sample App.
Thanks! Ionitron 💙
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Capacitor Version
Latest Dependencies:
@capacitor/cli: 6.2.0
@capacitor/core: 6.2.0
@capacitor/android: 6.2.0
@capacitor/ios: 6.2.0
Installed Dependencies:
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
[success] Android looking great! 👌
Other API Details
Platforms Affected
Current Behavior
Filesystem.readdir does not output the files within the folder given (it gives an empty array)
When dirpath is "" / not a dir does it give an array with 49 objects where the "langs" dir is listed
The folder structure:
Here is my function
Expected Behavior
It should / is expected to list out the en.json, da.json and de.json files within the langs dir, they're in there and it can find the langs dir
Project Reproduction
It's a private repository, so i can't share a link really
Additional Information
No response
The text was updated successfully, but these errors were encountered: