Hello superhumanly awesome Netlify team:
I noticed this error on a recent build:
4:22:34 PM: ────────────────────────────────────────────────────────────────
4:22:34 PM:
4:22:34 PM: Packaging Edge Functions from netlify/edge-functions directory:
4:22:34 PM: - oembed
4:22:34 PM: - player_meta_preprocess
4:22:34 PM: Could not load configuration for edge function at '/opt/build/repo/packages/core-player/netlify/edge-functions/oembed.js'
4:22:34 PM: error: Uncaught (in promise) SyntaxError: The requested module '../log/logger.ts' does not provide an export named 'detachedLogger' at https://edge.netlify.com/bootstrap/util/redirect.ts:3:10
4:22:34 PM: const { Netlify } = await import(bootstrapURL)
4:22:34 PM: ^
4:22:34 PM: at async file:///opt/buildhome/node-deps/node_modules/@netlify/edge-bundler/deno/config.ts:4:21
4:22:34 PM: Could not load configuration for edge function at '/opt/build/repo/packages/core-player/netlify/edge-functions/player_meta_preprocess.js'
4:22:34 PM: error: Uncaught (in promise) SyntaxError: The requested module '../log/logger.ts' does not provide an export named 'detachedLogger' at https://edge.netlify.com/bootstrap/util/redirect.ts:3:10
4:22:34 PM: const { Netlify } = await import(bootstrapURL)
4:22:34 PM: ^
4:22:34 PM: at async file:///opt/buildhome/node-deps/node_modules/@netlify/edge-bundler/deno/config.ts:4:21
4:22:34 PM:
4:22:34 PM: (Edge Functions bundling completed in 386ms)
Strangely enough, it seems like the edge functions themselves are still working…
This started after Jul 20
Deploy without the issue:
64ac13968f70060008ea25dd
Deploy with the issue
64de2880933b700008a61574