š BUG: Image resizing is not supported by `wrangler2 dev`
See original GitHub issueWhat version of Wrangler
are you using?
0.0.17
What operating system are you using?
Mac
Describe the Bug
Any requests for a resized image passes through to the source image (returns ācontent-type: image/whateverā).
This is easily seen when requesting format=ājsonāā¦
Is this due to wrangler2 using miniflare under the hood? Iām accustomed to this behaviour in local dev with miniflare, and have a ācanary fetchā to a known-good image early in my debug handler to remind me of this situationā¦
Iām expecting that when I run wrangler2 dev
, live image resizing will occur, as it does with wrangler1 dev
(BTW, my wrangler.toml for the env under test points to an enterprise enabled domain with image-resizing activated)
I couldnāt find any mention of āimageā in the project, 2.0 milestone, or issues - hth!
Regards, ptim
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (8 by maintainers)
Top Results From Across the Web
feat: implement wrangler dev support for zoned workers #544
feat: implement wrangler dev support for zoned workers #544 ... on Mar 27. š BUG: Image resizing is not supported by wrangler2 dev...
Read more >Troubleshoot Image Resizing problems - Cloudflare Support
Follow these steps to troubleshoot the most common issues with Image Resizing. Requests without resizing enabled Error responses from...
Read more >homebrew-core - Homebrew Formulae
a2ps 4.14 AnyātoāPostScript filter
aacgain 1.8 AACāsupporting version of mp3gain
aalib 1.4rc5 Portable ASCII art graphics library
aamath 0.3 Renders mathematical expressions as ASCII art
Read more >XdD - River Thames Conditions
Frontal squama image, Molloy bros reviews, Orion prelude wallpaper, October 23 1967 zodiac? ... Chrono cross iso not working, Lugo sabadell en directo?...
Read more >G4G4N (@GaganSuie) / Twitter
5ļøā£/6ļøā£ Take advantage of code review, whether it's peer review or feedback from more experienced developers. This can help you identify mistakes andĀ ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
By the way, I took at look at the headers returned from a request that was resized and I see these items that do not appear if the resizing did not happen:
In the case where the resizing did not happen we only get:
So I think you could use that as a marker for whether image resizing is turned on.
We havenāt fleshed out proper support for zoned workers just yet, that should be incoming soon. Thanks for the report!
We should just fix the image resizing thing. Sorry about that, weāll do it soon.