我正在使用Parse.com CloudCode为iOS应用程序创建一些自定义功能.
要部署CloudCode应用程序,请使用:
terminal% parse deploy
一切都很好,我能够将我的云代码上传到后端但突然停止工作,我绝对不知道为什么.我收到了这样的答复:
requested resource was not found
Run Code Online (Sandbox Code Playgroud)
编辑:
该main.js是有的,那就是有变更的文件.我试图删除并重新创建应用程序.配置也是正确的.我重新启动计算机,重置连接,但仍然得到了响应.以下是运行后的完整终端响应% parse deploy:
% parse deploy
Uploading source files
Uploading recent changes to scripts...
The following files will be uploaded:
/path/to/main.js
Deploy failed. Retrying deploy...
Uploading source files
Uploading recent changes to scripts...
The following files will be uploaded:
/path/to/main.js
Deploy failed. Retrying deploy...
Uploading source files
Uploading recent changes to scripts...
The following files will be uploaded:
/path/to/main.js
Deploy failed. …Run Code Online (Sandbox Code Playgroud)