akawahuynh

Results 11 comments of akawahuynh

nginx does not return a 404.html with a non-existent url but points to the home page with that path for example: https://example.com/robots.txt/

@russyc Have you fixed it yet? If not, can you commit the source and share it?

This error on Cloudflare not for Start Document: https://developers.cloudflare.com/workers/runtime-apis/fetch/ Error: Worker to Worker

cloudflare worker is implemented like you run javascript script once per request, they intercept all requests as callback to itself to avoid infinite loop, you can only do it when...

> I'm running into this also now, how would one go about circumventing this issue [@akawahuynh](https://github.com/akawahuynh) without deploying the same code again as that seems very counter intuitive? you can...

like @schiller-manuel said before, createServerFn() is like a built-in trpc in tanstack start so you can call it anywhere except API route and vice versa

@karthikjn01 It's not a bug, it's a Cloudflare feature😂. If you run in a local environment, you're running in a node environment not CF. Have you tried building and running...

@schiller-manuel Thanks. I haven't tested with alpha yet. I'm waiting for it to be stable, and have documentation to read, it's too hard to fix bugs without understanding exactly what...

> I've not yet had the chance no - having said that though - if that's the case, how is tanstack start marketed as being able to deploy on CF?...

I am also having a similar situation.