Hurby
Hurby
CDCloudflare Developers
Created by Rohil on 1/9/2025 in #workers-help
environment variables return undefined when i deploy
3 replies
CDCloudflare Developers
Created by Rohil on 1/9/2025 in #workers-help
environment variables return undefined when i deploy
@Rohil use .dev.vars in the local development
3 replies
CDCloudflare Developers
Created by jprather on 12/25/2024 in #workers-help
Fetch requests to third party api
To see if request will fail or not
9 replies
CDCloudflare Developers
Created by jprather on 12/25/2024 in #workers-help
Fetch requests to third party api
@jprather can you turn off the locale mode with wrangler, and then try to use it(on your machine)
9 replies
CDCloudflare Developers
Created by jprather on 12/25/2024 in #workers-help
Fetch requests to third party api
Weird
9 replies
CDCloudflare Developers
Created by jprather on 12/25/2024 in #workers-help
Fetch requests to third party api
Hmm, did you add the env variable from cli/dashboard to cf worker in the first case?
9 replies
CDCloudflare Developers
Created by jprather on 12/25/2024 in #workers-help
Fetch requests to third party api
is the API key hardcoded in your code?
9 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
why don't you just group them in one hono instance and then export them
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
also do you import these(createUser, loginUser) as separate functions?
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
yw
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
yea but you can group them if they have same base route( /auth in my case) and it is much more cleaner to write this way imo
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
@michał idk if I am clear xd
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
No description
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
No description
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
No description
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
I usually export my routes in an object with route name and then loop over to add all the routes.
17 replies
HHono
Created by Khalid Rouissi on 11/20/2024 in #help
how to pass a body in the $put requestes ??
No description
3 replies
HHono
Created by AmaraFray on 11/7/2024 in #help
google auth
hey, you can check out better-auth or lucia
4 replies
HHono
Created by arma on 9/16/2024 in #help
Accessing .dev.vars outside of context
Instead, you can create a function, put this client into it, and pass the variables as parameters. That way, you can use that function in whatever route you want.
4 replies