Why do I get this error after selecting the smart option in cloudflare workers? "placement is curren
Why do I get this error after selecting the smart option in cloudflare workers? "placement is currently unsupported when using assets"



simple = { limit = 10, period = 60 }www.mydomain.com for Webflow and my worker route www.mydomain.com/.well-known/assetlinks.json which provide me a json file.Maximum object size of 512KB. Does this mean I can cache 10s of thousands of fetch responses as long as each response is under the 512KB in size? What are the limits here?Does this mean I can cache 10s of thousands of fetch responses as long as each response is under the 512KB in size? What are the limits here?If they're unpopular they're going to be evicted far before a long ttl. There's no exact hard limit of items you can cache or anything because of that. There's just no guarantees they'll survive any amount of time. Additionally cache is entirely per cloudflare point of presence and not global


import { serve } from '@hono/node-server'
serve(app)[[services]]
binding = "AUTH"
service = "myproject-auth"
entrypoint = "MyProjecAuthEntrypoint"
[[env.production.services]]
binding = "AUTH"
service = "myproject-auth"
entrypoint = "MyProjecAuthEntrypoint"