Brandon Roberts

Results 221 comments of Brandon Roberts

Oh interesting, If you run `npx vite` instead can you stop it normally? Are you on Windows?

This could be due to us wrapping the Nx executors for supporting `ng` commands. Usually ctrl+c twice works across environments.

Currently, the full URL including the base URL is required when doing HTTP requests. In the repo, the second URL is `/api/v1/hello` compared to the first which is `http://localhost:5173/api/v1/hello`

We are looking at a solution for that here https://github.com/analogjs/analog/issues/995#issuecomment-2168514614

@CarmenPopoviciu no problem! I'm digging into and trying to run the E2E tests locally. I think its not resolving the current working directory when scaffolding the application in a temp...

Not sure why the bare input isn't working yet, but using the `injectLoad` + async pipe works fine https://github.com/brandonroberts/jdgamble555-analog-test/commit/7c8ffcbe778d7f415300ce614a75fe98ba36f347 https://jdgamble555-analog-test.vercel.app/

I see. It happens here https://github.com/analogjs/analog/blob/main/packages/router/src/lib/route-config.ts#L51-L56 HttpClient isn't used during prerendering though, as it's a direct API request.

Is there some other way to detect its using edge rendering at build time than the `globalThis` in the Vercel environment?

I think if you visit a non-prerendered page and use SSR it should work correctly. You can also skip prerendering of the `/` page by using an empty array in...

https://jdgamble555-analog-test.vercel.app/about