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
When uploading to ipfs, the dapp dont works. Digging into the error, I found it is generating some strange characters. In inspection on the dist folder, seems like embark is using a strange space character.
Current behavior
Cant upload to ipfs an embark build
How to reproduce
embark demo + embark upĺoad
Please provide additional information about your system
Encoding error:
Special character (a0c2) used in
// "./node_modules/web3-utils/node_modules/eth-lib/lib/hash.js":
// "./node_modules/swarm-js/lib/swarm.js":
Is being wrongly encoded by ipfs. IPFS is loading file on ISO-8859-1 (Windows), instead of UTF-8.
Bug Report
Summary
When uploading to ipfs, the dapp dont works. Digging into the error, I found it is generating some strange characters. In inspection on the dist folder, seems like embark is using a strange space character.
Current behavior
Cant upload to ipfs an embark build
How to reproduce
embark demo + embark upĺoad
Please provide additional information about your system
OS: Linux
Embark Version: npx embark version: 6.0.0
Node Version: 10.17.0
NPM Version: 6.14.5
Sometimes issues are related to Embark's installation. Can you provide information on how Embark was installed?
As a project dependency.
The text was updated successfully, but these errors were encountered: