cloudbase-framework icon indicating copy to clipboard operation
cloudbase-framework copied to clipboard

腾讯云开发云原生一体化部署工具 🚀 CloudBase Framework:一键部署,不限框架语言,云端一体化开发,基于Serverless 架构。A front-end and back-end integrated deployment tool. One-click deploy to serverles...

Results 42 cloudbase-framework issues
Sort by recently updated
recently updated
newest added

**Bug 描述** **Describe the bug** unity版本请去掉newtonsoft的json上传一下,unity已经内置了,现在完全冲突了用不了,非常感谢 请简单清晰地描述您遇到的bug。 A clear and concise description of what the bug is. unity版本请去掉newtonsoft的json上传一下 **重现步骤** **To Reproduce** unity版本请去掉newtonsoft的json上传一下 重现 bug 的步骤: 1. 打开 '...' 2. 点击...

feature_request

目前发现个问题, 执行 tcb framework deploy 会报内部错误, 猜测可能是打包的项目文件发到服务器后解压失败引起的, 打包后项目文件为175M,不知道是不是因为太大了, 希望增加 ignore 参数,忽略node_modules目录,减小压缩包体积

feature_request

**Bug 描述** **Describe the bug** 配置完 ignore 没有效果 我的配置: 我不知道是我配置的有问题,还是什么 这么配置的原因是因为在我的项目 view/ 文件夹内部还有一个项目,我想忽略这个项目里面的 node_modules 我期望可以通过 ignore 来忽略掉 ./view/node_modules 这个文件夹打包进去

按照 Vuepress 的官方部署指南、ClouBase 的官方指南以及 tcb 命令按照提示,从本地部署上CloudBase都报同一个错误: CloudBase CloudBase Framework::error Cannot glob \`**,!.git,!.github,!node_modules,!cloudbaserc.js\`: ENOENT: no such file or directory, stat 'E:\project\xxx\.vuepress\dist' 看日志 **cloudbaser.js** 处标蓝,不知道是不是高亮问题,标为蓝色。 多方查阅,同时把 Issues 都看了一遍,没有发现有帮助的信息,就提交了这个 issue。

nuxt.js ssr 应用中,使用serverMidddleware 插件用于封装api routes。本地运行没有问题,部署上腾讯云后出现以下错误信息。 ![Screen Shot 2022-03-21 at 8 09 27 PM](https://user-images.githubusercontent.com/18286145/159258142-68b163e2-f570-4e95-b56b-2a5d37965dee.png) `nuxt.config.js` ![Screen Shot 2022-03-21 at 8 09 57 PM](https://user-images.githubusercontent.com/18286145/159258204-d6c2c959-bd9f-4614-a025-aecc7f3c6213.png) `api/index.js` ![Screen Shot 2022-03-21 at 8 12 34...

**Bug 描述** **Describe the bug** 请简单清晰地描述您遇到的bug。 A clear and concise description of what the bug is. **重现步骤** **To Reproduce** 重现 bug 的步骤: 1. 打开 '...' 2. 点击 '...' 3. 看到报错信息...

有些node_modules下的私有包发布到云函数后找不到,建议增加一个参数可以指定node_modules下的路径,全部上传

**Bug描述** 1. 使用官方收录的nestjs模板,构建失败 2. 在window环境下使用tcb cli创建nestjs模板创建成功后,run dev/start失败 **bug复现** 1. 创建cloudbase使用官方模板仓库的nest创建,待创建完成后创建失败。 2. 使用tcb cli创建项目使用官方的init初始化后npm i => npm dev 报错 **使用tcb cli创建项目错误展示** + 第一个:npm i 后 npm run ```txt 'NODE_ENV' is not...

目前 node 10版本可能无法满足要求,希望增加更高版本

如使用此插件无法设置自定义域名,目前会自动以 * 做为匹配更新,即使设置了自定义域名,默认更新也是在 * 这个域名,如后期多个应用会导致冲突? ![image](https://user-images.githubusercontent.com/28680837/146313730-ef30b465-9d3f-4039-afa9-d6569c26ab45.png)