potato
Explore posts from serversFFilament
β’Created by potato on 5/17/2024 in #ββhelp
Would it be possible to have a QR code scanner as a form field?
Would it be possible? Or would I need to make a frontend in javascript for this?
5 replies
CDCloudflare Developers
β’Created by potato on 9/8/2023 in #workers-help
Error when init with yarn
4 replies
CDCloudflare Developers
β’Created by potato on 9/6/2023 in #workers-help
How to upload png/webp to r2 via worker
I am completely lost on this.
My worker basically uses GitHub's REST API to get contents of file from a repo and upload it to r2. But the content comes encoded in base64. How can I upload the image to r2?
2 replies
CDCloudflare Developers
β’Created by potato on 9/5/2023 in #general-help
[name].app or [name]api.com
I am trying to make an API for a game I like and I need to choose a domain to host it on.
Should I just choose
[name].app
or [name]api.com
. I'm open to other suggestions of course let me now.
If using [name].app
the endpoints would be
api.[name].app
docs.[name].app
If using [name]api.com
the endpoints would be
[name]api.com/api
or api.[name]api.com
[name]api.com/docs
or docs.[name]api.com
4 replies
CDCloudflare Developers
β’Created by potato on 9/5/2023 in #workers-help
Can't access r2 object on worker
Cant acces it using worker but can using wrangler cli
3 replies
CDCloudflare Developers
β’Created by potato on 9/4/2023 in #workers-help
Error when trying to get file from r2 via wrangler
6 replies
CDCloudflare Developers
β’Created by potato on 9/3/2023 in #workers-help
β² [WARNING] Miniflare 3 does not support CRON triggers yet, ignoring...
I got this message when trying to use CRON triggers on cloudflare workers. Are there any way to circumvent this?
7 replies
CDCloudflare Developers
β’Created by potato on 9/3/2023 in #workers-help
Default example that generates when initializing cloudflare worker project not working.
I am trying to run this cloudflare worker code that generated when the project was initialized but it gives me an error.
Code: https://hastebin.com/share/meyiraluce.typescript
Error: https://hastebin.com/share/atedazewov.typescript
https://hastebin.com/share/anemunukoq.javascript
10 replies