Le1a
Le1a
ok 我已得到解决,原因是我发送消息并没有发送前缀 触发
> 我暂时解决了这个问题,并写了一篇文章,如果你有兴趣,这里是链接。https://danni.cool/fixed-the-broken-search-in-nextjs-notion-starter-kit I built it using Vercel+GitHub. I put your patch into GitHub and tried running it again using Vercel, but it still didn't work. I checked the network and...
> @Le1a Have you ever installed `patch-packages` using NPM and added the pre-install hooks? No, because I don't know how to use the npm command in the GitHub project deployed...
> @Le1a So you already know how to solve the problem. How to solve this problem in Vercel
> @Le1a Have you ever installed `patch-packages` using NPM and added the pre-install hooks? It has been resolved. I found in Vercel that the install command can be entered during...
I also need this very much, I hope the author can consider adding this feature, thank you very much
+1 我是点了 右上角的设置 才打开页面的
> > > 一般情况https用的是443端口,您可以改成http试试 > > > > > > 那问题就明确了,我用的是非443的https端口,所以用最新版依旧不行,建议更新支持非443的https端口作为s3的同步端口,因为http暴露公网非常不安全,我想除了内网环境应该很少人用http的s3同步 > > 感谢您的反馈,我们研究一下这个问题 什么时候会更新啊,NAS自建的Minio服务,80和443端口没法用的。
同样的,http协议的域名默认采用80端口,https协议的域名默认采用443端口,不支持自定义端口。 导致目前NAS做的DDNS域名 Minio服务无法使用,只能通过动态IP去同步,但IP是会变化的,每次都要删除数据源重新ping一下域名获取动态IP后添加s3数据源才行。