ipfs-shipyard / ipfs-deploy

Zero-Config CLI to Deploy Static Websites to IPFS
Other
1.16k stars 122 forks source link

WebGui build with React-script, published with infura, return a string instead of the react app #123

Closed silkPK closed 3 years ago

silkPK commented 4 years ago

I just tried deploying a WebGui build with react-script, and after telling me that everything was uploaded, I only get a string from the ipfs.infura.io Web gateway.

Using ipfs daemon all works fine.

Screenshot from 2019-12-15 00-10-03

AugustoL commented 4 years ago

Same here

kevinb1003 commented 4 years ago

@DeepitPK @AugustoL It works fine for me, make sure you have included "homepage": "./" in package.json

hacdias commented 3 years ago

I'm closing this as @kevinb1003 already provided a solution. If further questions arise, feel free to reopen.