头图

construction and deployment related

Q: My application was successfully built for the first time, why is it still 404 when it opens?

A: When the application is built for the first time, you need to deliver the CDN configuration for your application. It takes 2-5 minutes for the CDN to take effect. Your application can only be accessed after it takes effect.

Billing related

Q: I updated the warehouse code, why did not trigger automatic deployment?

A: The core service of Webify is located in China. The Webhook triggering request of overseas Git platforms (such as Github, Gitlab) will fail due to the stability of the network line, and the automatic deployment cannot be triggered. We will continue to optimize line stability in the future.

It is recommended that you use the domestic Git platform. In this case, you can choose to enter the Tencent Cloud console to manually trigger the deployment.

Q: My application has been redeployed, why is the page not updated?

A: Each application has a CDN cache. The default cache time is 10 minutes. After the application is updated, the CDN cache is not updated immediately. It may take up to 10 minutes for the CDN to update the cache.

Q: How do I charge for web application hosting?

A: Web application hosting is free of charge, and the application is billed independently according to the various cloud development resources it uses, such as static hosting. For specific billing details, please refer to CloudBase billing document .

Q: How does Webify configure the WeChat applet WebView verification file?

A: You can move the verification file to the output directory of the application configuration in the application build command. For example, write the build command as:

npm run build && mv ABCDE12345.txt ./dist/ABCDE12345.txt

Where ABCDE12345.txt is the file name of your verification file.

Product Capability Related

Q: What is the relationship between web application hosting and cloud development CloudBase?

A: Web application hosting is based on various resources provided by cloud development CloudBase (such as static hosting, HTTP access services, cloud functions, cloud hosting, etc.), providing developers with a one-stop application development and deployment platform, developers do not need to manage the bottom layer Resources can directly face application development.

Q: Does web application hosting support dynamic web services?

A: Web application hosting currently only supports static website hosting. We are already planning to support types of services including SSR framework and web background services, so stay tuned.

Q: What web frameworks are supported by web application hosting?

A: We have integrated the following frameworks, you can directly select the corresponding template when creating an application:
React, Vue, Angular, Next.js, Nuxt.js, Hexo, Gatsby.js, Vite, Docusaurus 2, etc. More frameworks will be supported in the future. Which framework are you most looking forward to integrating with Webify? The comment area speaks out the needs, and those with the highest voices may give priority to support~

Q: What programming languages does Web application hosting support?

A: Web application hosting supports front-end applications written in JavaScript, TypeScript, and cloud functions written in any language (such as JavaScript, Python, PHP, Java, etc.).

Q: Is there a limit to the number of applications under a single Tencent Cloud account?

A: Currently, there is a limit of 50 applications created under a single Tencent Cloud account. We will increase the limit if necessary in the future.

Related documents

Cloud development webify console: https://console.cloud.tencent.com/webify/index

Cloud development webify official document: https://cloud.tencent.com/document/product/1450

图片


CloudBase云开发
425 声望438 粉丝

云开发(Tencent CloudBase,TCB)是云端一体化的后端云服务 ,采用 serverless 架构,免去了移动应用构建中繁琐的服务器搭建和运维。同时云开发提供的静态托管、命令行工具(CLI)、Flutter SDK 等能力极大的降...