Looks like my API for the sveltekit project is not being created. I have a few simple api calls in this app and they all return "500 Internal Server Error" when I run them from CF domain.
- it works locally.
- when it builds and deploys, it shows success.
- not showing anything in "fuctions" when i'm on the dashboard. should i see something?
- what should the redirects look like?
- have all my secrets setup.
- using D1 and binding is setup.
- whats the best way to debug or see logs on this?