-
Notifications
You must be signed in to change notification settings - Fork 19
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
FastAPI Example: TypeError: response.body.arrayBuffer is not a function #6
Comments
have the same error |
same error, it seems something changes breaks that. simply downgrade is a workaround.
|
Thanks for the report @TheBitmonkey! I'll look into this as soon as I have a moment. |
Any update? |
@laike9m a fix is out, i'm going to try to update wrangler tomorrow. Thanks for your patience! |
Hey all, a fix for this specific issue is technically out, but FastAPI is still failing due to another issue. We're currently working on the broader issue, but probably won't have a new version of wrangler out with the fix until next week. Sorry about this :( We are also updating the gaps in automated testing that allowed us to miss this in the first place. For the time being, if you downgrade to wrangler 3.55.0, you can get FastAPI working. Hopefully this workaround is only needed until next week. |
I am getting this error on the fastapi example:
Starting local server...
[wrangler:inf] Ready on http://127.0.0.1:8787
Loading fastapi, starlette, anyio, sniffio, openssl, pydantic, typing-extensions, pydantic-core, annotated-types
X [ERROR] Error in makeHandler
X [ERROR] Uncaught (in promise) TypeError: response.body.arrayBuffer is not a function
I can't figure it out at all. Maybe import asgi does not work anymore?
The text was updated successfully, but these errors were encountered: