ERR_PNPM_FETCH_404 GET https://pkg.pr.new/@vitejs/plugin-rsc@canary: Not Found - 404
This error happened while installing a direct dependency of /home/hiroshi/code/others/waku
No authorization header was set for the request.
I'm wondering if this is still expected to work or is there anything wrong on my side about the setup.
I've heard pkg.pr.new supports a branch name as version such as https://pkg.pr.new/svelte@async in sveltejs/svelte#15845. However when I tried something similar in vitejs/vite-plugin-react#634 to have https://pkg.pr.new/@vitejs/plugin-rsc@canary, it ended up 404. It seems to only work with exact commit number https://pkg.pr.new/@vitejs/plugin-rsc@950ed88 or pr number https://pkg.pr.new/@vitejs/plugin-rsc@634.
I'm wondering if this is still expected to work or is there anything wrong on my side about the setup.