微信云托管官网
使用微信云托管绑定域名后得到的CNAME,在添加域名解析记录时,提示不是有效的域名。CNAME如下:.yezmz5t8191eg4r3-l7.tencentcloudbase.com-1-2-3-4[图片]
小白用户,不知道云托管和云开发有什么区别,他们两个是不是只用一个就可以了
2025-08-17 16:15:03 create_eks_virtual_service : creating 2025-08-17 16:15:04 check_eks_virtual_service : process, 部署版本失败:Back-off restarting failed container -----------启动日志----------- Traceback (most recent call last): File "/app/spider.py", line 10, in <module> from tcbcloud import TCB ModuleNotFoundError: No module named 'tcbcloud'
[图片] 小游戏前端报错: [图片] 小游戏后台的socket合法域名我已经配置了,这是前端的写法| [图片] 云托管用的上传的 jar 包执行的,路过的大佬知道的回复一下 谢谢
https://developers.weixin.qq.com/miniprogram/dev/wxcloudservice/wxcloudrun/src/development/websocket/miniprogram.html
[图片] 报错信息: c.t.w.service.impl.WxAppServiceImpl : getUrlLinkResponse=Failed to connect to host: Timeout while establishing connection 2025-08-15 09:31:07.041 INFO 1 --- [p-nio-80-exec-9] com.tencent.wxcloudrun.util.WxUtil : referer=https://servicewechat.com/wx951794ad32e5c5d3/99/page-frame.html 2025-08-15 09:31:07.617 WARN 1 --- [p-nio-80-exec-9] com.tencent.wxcloudrun.util.RobotUtil : [DingTalkRobotUtil-send]not success, webbook:https://open.feishu.cn/open-apis/bot/v2/hook/c324b814-19d6-44b3-a52f-c14c27ead978,content:{"msg_type":"text","content":{"text":"-----------告警通知-----------\n#exceptionName# JsonSyntaxException\n#methodName# handleException\n#stackTrace# com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $ at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:226) at com.google.gson.Gson.fromJson(Gson.java:963) at com.google.gson.Gson.fromJson(Gson.java:928) at com.google.gson.Gson.fromJson(Gson.java:877) at com.google.gson.Gson.fromJson(Gson.java:848) at com.tencent.wxcloudrun.service.impl.WxAppServiceImpl.getUrlLink(WxAppServiceImpl.java:345) at com.tencent.wxcloudrun.service.impl.WxAppServiceImpl$$FastClassBySpringCGLIB$$3ceb4a49.invoke(<generated>) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.tencent.wxcloudrun.service.impl.WxAppServiceImpl$$EnhancerBySpringCGLIB$$53bdda03.getUrlLink(<generated>) at com.tencent.wxcloudrun.controller.InnerCont..."}},result:{"StatusCode":0,"StatusMessage":"success","code":0,"data":{},"msg":"success"} 2025-08-15 09:31:07.621 ERROR 1 --- [p-nio-80-exec-9] c.t.w.config.GlobalExceptionHandler : 系统异常 com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $ at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:226) ~[gson-2.8.9.jar!/:na] at com.google.gson.Gson.fromJson(Gson.java:963) ~[gson-2.8.9.jar!/:na] at com.google.gson.Gson.fromJson(Gson.java:928) ~[gson-2.8.9.jar!/:na] at com.google.gson.Gson.fromJson(Gson.java:877) ~[gson-2.8.9.jar!/:na] at com.google.gson.Gson.fromJson(Gson.java:848) ~[gson-2.8.9.jar!/:na] at com.tencent.wxcloudrun.service.impl.WxAppServiceImpl.getUrlLink(WxAppServiceImpl.java:345) ~[classes!/:1.0] at com.tencent.wxcloudrun.service.impl.WxAppServiceImpl$$FastClassBySpringCGLIB$$3ceb4a49.invoke(<generated>) ~[classes!/:1.0]2025-08-15 09:31:08.829 INFO 1 --- [p-nio-80-exec-1] 看报错信息:WxAppServiceImpl 345行,是因为调用https://api.weixin.qq.com/wxa/generate_urllink接口超时没有返回数据导致,最近总有这个报错
微信云托管静态资源域名不可正式使用,可否在相应页面增加提示? [图片][图片]
https://prod-4gdiad0u50055e92-1334782915.tcloudbaseapp.com/
[图片] 如图所示,src里面是图片的fileID,文档说是image组件是可以直接用fileID 来展示图片的,但是没有效果。是哪里错了吗
ErrorException in Session.php line 55Use of undefined constant PHP_SESSION_ACTIVE - assumed 'PHP_SESSION_ACTIVE' (this will throw an Error in a future version of PHP) } // 记录初始化信息 App::$debug && Log::record('[ SESSION ] INIT ' . var_export($config, true), 'info'); $isDoStart = false; if (isset($config['use_trans_sid'])) { ini_set('session.use_trans_sid', $config['use_trans_sid'] ? 1 : 0); } // 启动session if (!empty($config['auto_start']) && PHP_SESSION_ACTIVE != session_status()) { ini_set('session.auto_start', 0); $isDoStart = true; } if (isset($config['prefix']) && ('' === self::$prefix || null === self::$prefix)) { self::$prefix = $config['prefix']; } if (isset($config['var_session_id']) && isset($_REQUEST[$config['var_session_id']])) { session_id($_REQUEST[$config['var_session_id']]); Call Stackin Session.php line 55at Error::appError() in Session.php line 55at Session::init() in Session.php line 120at Session::boot() in Session.php line 164at Session::get() in Controller.php line 57at Controller->_initialize() in Controller.php line 59at Controller->__construct()at ReflectionClass->newInstanceArgs() in App.php line 359at App::invokeClass() in Loader.php line 479at Loader::controller() in App.php line 580at App::module() in App.php line 456at App::exec() in App.php line 139at App::run() in start.php line 19at require('/app/source/thinkphp...') in index.php line 12
最近发现服务报错,看到错误信息是ip变成了v6的,造成数据库字段长度不够,这个如何设置只获取v4的ip呢?
小程序a与b的服务都放在小程序a的云托管环境中,现在小程序b上传文件处理后通过b服务端上传到小程序A的对象存储中,我在实时开发环境中可以获取到headers中的x-wx-cloudbase-access-token,但是代码上传到云托管环境中headers就没有这个参数,请问是哪一步错了么?或者有其他方法可以解决么,
如果项目使用前后端分离方式,后端项目打包放到云托管服务中,前端vue打包放到静态资源存储当中,此时 前端页面访问方式是否能使用微信云托管中的内网地址?或者说后端网站能否也像小程序走内网地址?
我尝试了使用rclone来进行挂载,但是因为云托管环境下没有fuse而无法进行挂载 rclone mount tcos:7072-prod-*******7/upload /upload 2025/07/30 08:36:03 NOTICE: mount helper error: fusermount3: fuse device not found, try 'modprobe fuse' first 2025/07/30 08:36:03 CRITICAL: Fatal error: failed to mount FUSE fs: fusermount: exit status 1
用外部工具连接云托管mysql之后,为什么只看到默认数据库,information_schema、django_demo、mysql、performance_schema、sys 没看到我自己项目的数据库。 那我自己项目创建的表都去哪了,怎么找到?
微信云托管:对象存储怎么用?求助
使用微信云托管的https外网链接,是否还支持就近接入?
[图片] [图片] 上线不做测试的么???????
在电脑终端命令行输入ID及密钥,提示不正确,但明明是正确的,还有其他设置没有弄吗?命令行登录有权限开关吗?
我用container的连接方式和域名连接方式都试过。云托管后端自动关闭后,使用http请求,日志显示要等了几十秒才开始启动后端的express js服务。express js服务本身的启动不到1秒时间,我不知道之前的几十秒是用在什么地方的?
点开头的?f12看看,是不是有字符被隐藏了