我正在使用谷歌云来部署代码生成器项目,在谷歌云中我使用 Bucket 来提供静态文件(开源 -> https://github.com/Microsoft/pxt-maker)。我遵循本教程(https://www.youtube.com/watch?v=ACifzOIR_Ec&t=504s),在我使用的本地服务器中 -> http-server -c-1 built/packaged 用于提供静态文件显示在(https://makecode.com/cli/staticpkg)中,它是输出 --> 启动 http-server,服务构建/打包 可在: http: //127.0.0.1 :8080 http://192.168 .43.179:8080
但是当我使用谷歌存储桶提供服务时,如果我使用它会显示一个错误(https://storage.googleapis.com/www.makecode.e-textile.in/built/packaged/)
它向我展示了这个
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Details>
No such object: www.makecode.e-textile.in/built/packaged/
</Details>
</Error>
当我使用(https://storage.googleapis.com/www.makecode.e-textile.in/built/packaged/index.html)时,它给了我一个空白页。任何机构都帮我弄清楚为什么会发生这种情况。
如果有任何其他部署过程来部署这个 make 代码项目,请提出建议。