zizifn

Results 53 comments of zizifn

> 第 190 行,可能是上面的 `req, _ = http.NewRequest("GET", firstURL, nil)` 或 `req, _ = http.NewRequest("GET", string(prefix)+getPathLocked(paths), nil)` 返回了 error,不过当初我本地测试是没问题的。 > > 认证失败时才会触发这部分代码,应该有不少人触发过,第一次收到 panic 报告。 > > 目标网站/域名的选择会极大程度地影响 REALITY 代理的延迟、速度、稳定性等: >...

Seems `revalidatePath` in server-actions https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions#on-demand-revalidation will not work properly.. The warning message is below: ``` POST https://****/actions - Ok @ 5/14/2023, 7:49:14 AM (warn) Failed to revalidate tag /actions TypeError:...

> > Seems `revalidatePath` in server-actions https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions#on-demand-revalidation will not work. > > The error is below: > > ``` > > POST https://****/actions - Ok @ 5/14/2023, 7:49:14 AM >...