AngusMa
AngusMa
CDCloudflare Developers
Created by AngusMa on 8/3/2024 in #workers-help
Embedding worker in Notion
I forgot how to mark this as “Solved“
5 replies
CDCloudflare Developers
Created by AngusMa on 8/3/2024 in #workers-help
Embedding worker in Notion
I think meta tags are not that important, the key is Content-Type header. Once I set the Content-Type header to text/html, the worker can be loaded correctly in Notion.
5 replies
CDCloudflare Developers
Created by AngusMa on 8/3/2024 in #workers-help
Embedding worker in Notion
So I have to add og tags? I will try it later.
5 replies
CDCloudflare Developers
Created by Discor on 8/2/2024 in #workers-help
Is it possible to store data temporary to use it in between workers?
I also think KV is a good solution, you can set a expiration for a key to make it temporary. https://developers.cloudflare.com/kv/api/write-key-value-pairs/#expiring-keys
3 replies
CDCloudflare Developers
Created by AngusMa on 6/24/2024 in #workers-help
workers.api.error.tail_not_allowed [code: 100150]
No Well I didn’t notice that it isn’t available for Free Plan. Thanks for reply
3 replies
CDCloudflare Developers
Created by FirasRG on 6/23/2024 in #workers-help
How to deploy discord bot app through workers ?
If you want your bot connect to the gateway, you should choose the service like Bot-Hosting.net that can keeps your bot running, not serverless service like Cloudflare Workers
12 replies