Filesystem.appendFile broken for web
See original GitHub issueBug Report
Capacitor Version
Platform(s)
Web
Current Behavior
Error: Current directory does already exist.
Expected Behavior
The file to be appended without error.
Code Reproduction
git clone git@github.com:diachedelic/capacitor-append-file-repro.git &&
cd capacitor-append-file-repro &&
npm install &&
open index.html
Other Technical Details
npm --version
output: 6.14.8
node --version
output: v14.4.0
pod --version
output (iOS issues only):
Additional Context
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Node appendFile not appending data chunk to file on filesystem
The decision to store or append the contents in file are based on a query parameter appendFlag Now when i run this program...
Read more >File system | Node.js v19.3.0 Documentation
The fs/promises API provides asynchronous file system methods that return promises. The promise APIs use the underlying Node.js threadpool to perform file ......
Read more >How To Work with Files using the fs Module in Node.js
The code for this file can be broken up into three sections. First, you need to import the Node.js module that allows your...
Read more >File System - Append file; appending text to file not correct
When I use the Append File, I use a string in the "File Content", ... hasn't change the language configuration, or if the...
Read more >FileSystem (Apache Hadoop Main 3.3.4 API)
Append to an existing file (optional operation). FSDataOutputStreamBuilder · appendFile(Path path). Create a Builder to append a file. static ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
2.4.3 is out with this fix.
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.