79735292

Date: 2025-08-14 10:55:49
Score: 0.5
Natty:
Report link

This may not be the solution for your issue.

However, in my case I found that the issue was to do with an incompatible sql.js version that had been updated.

I found that versioning sql.js in my package.json to ~1.12.0 resolved this issue for me.

  "sql.js": "~1.12.0",
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nathan Ormond