djboulia

Results 4 comments of djboulia

@madshall I've gone through the code and updated to the latest API changes thanks to the info on @MattTW page. They are substantial as @mpkossen indicates. Happy to share if...

I've made updates for the v5 login which changed the login URL as well as the response data from the blink server. https://github.com/madshall/node-blink-security/pull/60/commits/9f8f99b231438f563690c3fd9d2f781abaa357c7

I am encountering this as well. I think the core issue is that the attempt to lazy load `exporter-jaeger` doesn't work because Nextjs is trying to bundle the library via...

UPDATE: I was able to work around these issues for my server components in nextjs by adding this to my nextjs.config.js file: experimental: { serverComponentsExternalPackages: ['@acme/package'], }, In my case,...