unpub icon indicating copy to clipboard operation
unpub copied to clipboard

upload 302error

Open yanglichuan opened this issue 4 years ago • 5 comments

上传中 报错 [302] /api/packages/xxx1plugin

yanglichuan avatar Dec 21 '20 05:12 yanglichuan

[302] /api/packages/package_template +1

shiqianren avatar Dec 23 '20 01:12 shiqianren

It seems to work as expected: If the package doesn't exist in the meta store, it would redirect (302) to the upstream

Could you please provide more information?

pd4d10 avatar Dec 23 '20 02:12 pd4d10

第一次上传就报 302 有点谜

taoso avatar May 22 '21 08:05 taoso

这个问题有什么更新吗,第一次上传有时候会卡在这

Rannie avatar Feb 17 '22 09:02 Rannie

上传中 报错 [302] /api/packages/xxx1plugin

Hi all! I was encountering this problem too! Now I have solved it by doing this in your CLI

export PUB_HOSTED_URL=http://localhost:4000 (change localhost to your server address)

I hope it helps :)

NaxxHua avatar Mar 21 '22 16:03 NaxxHua