You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When initializing Humanloop SDK in a Cloudflare Worker, I encounter the following error: [ERROR] service core:user:: Uncaught TypeError: Invalid Version: in SemVer
Environment:
pnpm version: 10.0.0
node version: 20.16.0
humanloop version: ^0.8.10
Runtime: Cloudflare Worker
Steps to Reproduce:
1- Install Humanloop SDK in a Cloudflare Worker
2- Initialize the SDK
3- Observe the error in the logs
Steps Taken to Resolve:
Deleted node_modules, pnpm-lock.yaml, pnpm cache and reinstalled dependencies
Screenshot:
Any guidance on resolving this issue would be appreciated. Let me know if you need any further details.