-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[API Error] TypeError: Cannot read properties of undefined (reading 'options') #36
Comments
Are there any errors in the dev tools? |
Can you try this in server/index.ts
|
the CORS above probably fixes the issue, let us know if it worked. Thanks @Shivam-002 for helping. Might be worth adding to the default CORS middleware if multiple people face this issue, what was the use case that surfaced this problem? |
still got the error 🤔 as the err stack trace showing I think the issue related to init postgres. |
Can you please share your code. |
Step to reproduce
npm run db:push
npx wrangler dev
localhost:8080/api/post/recent
Images
The text was updated successfully, but these errors were encountered: