[图片]
域名已备案,小程序普通链接二维码,微信扫一扫无法正确跳转,提示无法确认该网页的安全性,请谨慎访问?无法正常的跳转到微信小程序内页 [图片] [图片][图片]
11-25默认443端口已被占用,如果还使用该域名的话,有什么办法可以让小程序正常请求
小程序非443端口的域名,在开发者工具中可以正常调试,发布体验版后无法使用?www.xxxx.com:8499
10-31麻烦大佬抓紧解决下吧,着急[图片]
域名已备案,小程序普通链接二维码,微信扫一扫无法正确跳转,提示无法确认该网页的安全性,请谨慎访问?[图片] [图片] [图片]
10-25二维码链接: http://zhicheng.work/machineQrcode.html?code=2220610202501176
微信扫描普通链接二维码直接跳转到nginx配置页面?无法跳转到小程序各位大佬帮我看一下,我是用宝塔面板部署服务 location / { root /www/wwwroot/SpringBoot/dist; index index.html index.htm; try_files $uri $uri/ /index.html; } location = /machineQrcode.html { root /www/wwwroot/SpringBoot/dist/static; } location /prod-api/ { proxy_pass http://localhost:6792/; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } 小程序已经发布正式版,二维码配置也已经发布,但是扫码后会跳转到我配置的niginx页面中 [图片]
10-24