-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[WEB-902] [turbopack] API routes in nextjs 13.3 stopped working #4547
Comments
Experiencing similar but different issue TypeError: Cannot read properties of undefined (reading 'middleware_middleware') on the latest 13.1 canary 4. Full error log:
|
meanwhile I did some progress on the app and retried turbo, I'm using now aws sdk v3 in my route handlers and I have this:
not sure why |
This may be fixed with vercel/next.js#48791 it was just merged, so it's going to be in the next canary version (tonight) |
@masterkain can you confirm if you're still seeing this with the latest canary? |
@padmaia I got some other problems but I tried with a new project and routes appear to work, thanks to be clear: the issue in the original ticket seems to be solved but I'm going to try again a more complex route handler with the aws sdk later today to check out if the mentioned vercel/next.js#48791 also works |
Okay, closing this ticket out then. If you're still experiencing issues with a more complex route handler, let us know. |
What version of Turborepo are you using?
not sure, whatever comes with next 13.3.0
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Describe the Bug
GET http://localhost:3000/api/listings
Expected Behavior
without
--turbo
the endpoint works.To Reproduce
Reproduction Repo
No response
WEB-902
The text was updated successfully, but these errors were encountered: