Cloudflare Images error in Firefox: Bad character in percent-encoded string: 44 (0x2C)
Hello. I am using Cloudflare images in Next.js and in the last few days I have started getting 400 errors in Firefox (it happens sometimes in Chrome too but rarely). Specifically the error is:
I am pretty much following the documentation. This is my implementation. It seems that it does not like the comma. I have tried using
Does anybody have any suggestions?
Bad character in percent-encoded string: 44 (0x2C)
I am pretty much following the documentation. This is my implementation. It seems that it does not like the comma. I have tried using
%2C but it did not fix the problem.Does anybody have any suggestions?
