gulluprasad123
CDCloudflare Developers
•Created by gulluprasad123 on 4/1/2025 in #workers-help
Parsing .EML using workers
wrangler.toml name = "email-processor"
main = "src/index.js"
compatibility_date = "2025-01-01"
compatibility_flags = [ "nodejs_compat" ]
[[r2_buckets]]
binding = "EMAIL_BUCKET"
bucket_name = "emails"
10 replies
CDCloudflare Developers
•Created by gulluprasad123 on 4/1/2025 in #workers-help
Parsing .EML using workers
wrangler.toml
10 replies
CDCloudflare Developers
•Created by gulluprasad123 on 4/1/2025 in #workers-help
Parsing .EML using workers
compatibility_flags = [ "nodejs_compat" ]
10 replies
CDCloudflare Developers
•Created by gulluprasad123 on 4/1/2025 in #workers-help
Parsing .EML using workers
yes.
10 replies
CDCloudflare Developers
•Created by gulluprasad123 on 4/1/2025 in #workers-help
Parsing .EML using workers
[ERROR] Could not resolve "stream"
node_modules/mailsplit/lib/node-rewriter.js:5:26: 5 │ const Transform = require('stream').Transform; ╵~~~~
node_modules/mailsplit/lib/node-rewriter.js:5:26: 5 │ const Transform = require('stream').Transform; ╵
10 replies
CDCloudflare Developers
•Created by gulluprasad123 on 4/1/2025 in #workers-help
Parsing .EML using workers
✘ [ERROR] Could not resolve "buffer"
node_modules/string_decoder/node_modules/safe-buffer/index.js:2:21: 2 │ var buffer = require('buffer') ╵~~~~
node_modules/string_decoder/node_modules/safe-buffer/index.js:2:21: 2 │ var buffer = require('buffer') ╵
10 replies
CDCloudflare Developers
•Created by gulluprasad123 on 9/16/2024 in #pages-help
cache/webpack/client-production/0.pack is 30.9 MiB in size
It worked. thanks can you point me to the docs so i could read on this? also the image that i am loading from extenal domain are not displayed
22 replies
CDCloudflare Developers
•Created by gulluprasad123 on 9/16/2024 in #pages-help
cache/webpack/client-production/0.pack is 30.9 MiB in size
as of now how can i fix it, if i continue to keep it static for a few iterations?
22 replies
CDCloudflare Developers
•Created by gulluprasad123 on 9/16/2024 in #pages-help
cache/webpack/client-production/0.pack is 30.9 MiB in size
as of now yes,its static, but will add some api /functions later. like for newsletter email collection and other stuff
22 replies
CDCloudflare Developers
•Created by gulluprasad123 on 9/16/2024 in #pages-help
cache/webpack/client-production/0.pack is 30.9 MiB in size
can you check now
22 replies
CDCloudflare Developers
•Created by gulluprasad123 on 9/16/2024 in #pages-help
cache/webpack/client-production/0.pack is 30.9 MiB in size
done
22 replies
CDCloudflare Developers
•Created by gulluprasad123 on 9/16/2024 in #pages-help
cache/webpack/client-production/0.pack is 30.9 MiB in size
whats your gitlab handle ?
22 replies
CDCloudflare Developers
•Created by gulluprasad123 on 9/16/2024 in #pages-help
cache/webpack/client-production/0.pack is 30.9 MiB in size
can i rather add you to it ?
22 replies
CDCloudflare Developers
•Created by gulluprasad123 on 9/16/2024 in #pages-help
cache/webpack/client-production/0.pack is 30.9 MiB in size
no, i tried that, i still got the .next/output static directory not found error, then i manually added the same and still same results. would it
22 replies
CDCloudflare Developers
•Created by gulluprasad123 on 9/16/2024 in #pages-help
cache/webpack/client-production/0.pack is 30.9 MiB in size
in the repo in my IDE i can see cache, server, static, types but none of this gets pushed on gitlab for some reason , so directly added the .next/output/static in Gitlab repo
22 replies
CDCloudflare Developers
•Created by gulluprasad123 on 9/16/2024 in #pages-help
cache/webpack/client-production/0.pack is 30.9 MiB in size
Error: Output directory "tyd/.next/output/static" not found.
getting error, also added the directory manually in the repo
22 replies