I fixed the ipfs-config.sh btw, please replace the: expression with the one below ``` "HTTPHeaders": { "Access-Control-Allow-Origin": [ "*" ], }, ``` ``` "HTTPHeaders": { "Access-Control-Allow-Origin": [ "*" ] }, ``` there's an extra comma at the end of ], :))