unpub
unpub copied to clipboard
upload 302error
上传中 报错 [302] /api/packages/xxx1plugin
[302] /api/packages/package_template +1
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?
第一次上传就报 302 有点谜
这个问题有什么更新吗,第一次上传有时候会卡在这
上传中 报错 [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 :)