Aidan Bleser
Aidan Bleser
> Any updates on this ? Because `sv create` now takes TailwindCSS v4 per default ... As mentioned above https://github.com/huntabyte/shadcn-svelte/issues/1643#issuecomment-2657833095
So [next.shadcn-svelte.com/registry](https://next.shadcn-svelte.com/registry) is just a basepath for a registry so it will always show a 404 since it isn't intended to exist. Currently I am unable to reproduce this. Maybe...
> can i see trace or more detail info about error? to reproduce u more info? idk how to check endpoint that throw this error Might be worth adding since...
I didn't expect that to work! I'll take a closer look now
You've also tried it without the proxy right?
Working on trying to expose the error right now
Ah wait... try: ```sh curl https://huntabyte-next.shadcn-svelte.pages.dev/registry/index.json ``` Forgot the registry is still being rewritten to here
it is currently automatically doing it so no need to update it in your components.json
Okay so I opened a PR #1746 that should help diagnose this. In the meantime you can clone my fork: ``` https://github.com/ieedan/shadcn-svelte/tree/registry-error-handling ``` Then: ``` cd packages/cli pnpm install pnpm...