Taylor
Taylor
CDCloudflare Developers
Created by Taylor on 4/26/2024 in #pages-help
Working with D1 Remote DB locally with nextjs
Damn, is there anyway to easily replicate my remote db to local?
5 replies
CDCloudflare Developers
Created by Taylor on 3/29/2024 in #pages-help
Succesful Bun Run Deploy in Console, deployment fails in Dashboard
Seems the issue is react-email components.
16 replies
CDCloudflare Developers
Created by Taylor on 3/29/2024 in #pages-help
Succesful Bun Run Deploy in Console, deployment fails in Dashboard
ah okay, so i ran @next/bundle-analyzer, it gives client, edge and node. Which one do I need to trim for this error? only the edge or does that also mean node?
16 replies
CDCloudflare Developers
Created by Taylor on 3/29/2024 in #pages-help
Succesful Bun Run Deploy in Console, deployment fails in Dashboard
i was too presumptious function size over 1 MiB 😭 still thank you for your help at least i can see errors now. I assume a CF employees is the only one able to determine which function(s) are too large?
16 replies
CDCloudflare Developers
Created by Taylor on 3/29/2024 in #pages-help
Succesful Bun Run Deploy in Console, deployment fails in Dashboard
@Chaika thank you for your help, using the log errors provided by the Git integration i was able to solve all the dependency issues, thanks again!
16 replies
CDCloudflare Developers
Created by Taylor on 3/29/2024 in #pages-help
Succesful Bun Run Deploy in Console, deployment fails in Dashboard
Fixed that error by adding: { "name": "@package/name", "resolutions": { "string-width": "4.2.3" } ... }
16 replies
CDCloudflare Developers
Created by Taylor on 3/29/2024 in #pages-help
Succesful Bun Run Deploy in Console, deployment fails in Dashboard
ugh seems to be a bun compatibility issue i'm guessing
16 replies