autumncicada
Explore posts from serversCDCloudflare Developers
•Created by autumncicada on 5/15/2024 in #workers-help
How to add jsx support for React-email in workers?
I can't run my worker in dev (or remote) since I'm using JSX to render my emails. How would I go about fixing this? I'm using the renderAsync method so it's not a node issue.
2 replies
CDCloudflare Developers
•Created by autumncicada on 5/11/2024 in #workers-help
When running wrangler dev are HTTP request headers like CF-Connecting-IP supposed to be added?
I'm testing an implementation of a rate limiter built using DOs and CF-Connecting-IP is not present along with other request headers. Is this supposed to be added in the test environment?
2 replies
CDCloudflare Developers
•Created by autumncicada on 5/6/2024 in #pages-help
How do I setup a github action to deploy to production and not preview?
Below is my current github action which does work for preview deployments. I'd like to be able to deploy from production for it.
3 replies
CDCloudflare Developers
•Created by autumncicada on 5/6/2024 in #pages-help
Can't figure out how to promote a preview environment to production
9 replies
CDCloudflare Developers
•Created by autumncicada on 5/6/2024 in #workers-help
Can't figure out how to promote a preview environment to production
6 replies
If I'm using createResource, why would I use Suspense?
For example if I have
This doesn't pass typescript type checking because you still need to check if
resource()
is undefined or not, even though Suspense shouldn't render the ResourceRenderer until createResource is finished with its async request?8 replies
Difficulties using Pdfjs-dist with SolidStart
I'm trying to use Pdfjs-dist with SolidStart.
It works in developer mode but when I try to create a production build it fails with the error in the build-err.txt file I've attached.
I've also attached the PdfViewer component code and the route I'm loading the PdfViewer into. I'm already using
unstable_clientOnly
to load in the module.4 replies