gwapes
Explore posts from serversHono not matching routes
Hi, I’m using hono as my backend server, however it’s not matching routes… everything gets passed to my notFound handler.
I’m using nginx as my proxy to my domain.
This is my conf for this server:
However I don’t think this is the problem since the requests to go to my server.
Versions:
- @hono/node-server : 1.13.2
- hono : 4.6.5
Thanks in advance
1 replies
CDCloudflare Developers
•Created by gwapes on 8/15/2024 in #workers-help
unknown webhook errors discord http bot
Hey guys,
I have a http only bot running on a cf worker and im running into random Unknown webhook problems, mainly for my /meme command, and I have no idea what's wrong or where to go to fix it.
Here's the code for my /meme command: https://sourceb.in/yrwYOIxtyS
The command "handler": https://sourceb.in/pzY6NMCBQt
In my index.ts I just have this https://sourceb.in/n6o9OX2kRH which is just a switch case over all of the types, simple stuff.
I believe it's because im trying to "editReply" before the deferReply has "resolved", but im wondering what I can actually do to help this. I have a button too, which this happens with, basically the same code though.
Thanks.
36 replies