invertase / dart_edge

Run Dart on the Edge - supporting Vercel & Cloudflare Workers (more coming soon).
https://docs.dartedge.dev
Apache License 2.0
322 stars 23 forks source link

An error occurred: NoSuchMethodError: method not found: 'constructor' on null #49

Open MichealReed opened 1 year ago

MichealReed commented 1 year ago

Randomly when executing a function cold, it will throw this error. I do not seem to see this error after a function is warmed, but if it goes cold and requires first boot again, this is sometimes thrown. Very hard to track from my end, but seems something is being called before everything is fully loaded into memory in some situations? An error occurred: NoSuchMethodError: method not found: 'constructor' on null