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
Hey @danrasmuson, thanks for reporting. The deploy logic does a pg_dump under the hood, so my best guess with this is that pg_dump executes a query with a response that is too large for PGlite's WASM memory to handle.
This might not be a trivial problem to solve. Could you try manually running a dump on the browser DB (top right -> Download), and let me know if this works? If so you could manually restore this dump as an interim solution
Bug report
Describe the bug
For large CSV's I'm getting this memory access out of bounds when deploying the database to supabase
To Reproduce
Expected behavior
Expecting to upload to supabase
Screenshots
System information
The text was updated successfully, but these errors were encountered: