Q&A
Why does it prompt that the encryption public key cannot be obtained after deployment?
There are two possibilities: first, you haven't configured the environment variables correctly; second, you haven't redeployed after configuring the environment variables
For Cloudflare Pages, environment variables need a redeployment to take effect
I don't know how to generate encryption keys
After deployment, copy your page address, then enter https://<your-site>.pages.dev/generate-keys.html in the browser address bar, open it, click the generate button, copy the public key and private key content and save them in the environment variables
Why does it always prompt upload failure no matter which image I upload?
First, please check whether the repository configuration is complete or correct. You can test the repository connectivity in Settings
Second, if your target storage repository has no files at all, you need to create a file (any file) in the root directory first, then the upload function will work
Why does the image editing feature increase the image file size?
Due to the lack of optimization in browser Canvas encoding, the image size will increase. This is basic browser Canvas encoding and cannot be avoided