-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Description
Describe the bug
SQLite binary included in Stackblitz is replaced with a link to a download when connected to a github repo.
This then fails to operate as a database.
Link to the blitz that caused the error
https://stackblitz.com/fork/evidence?file=pages%2Findex.md
Steps to reproduce
- Go to above blitz
- Click "Connect repository" and authenticate with Github
- Inspect needful_things.db file - it has been changed from a binary to a link
- Navigate to the page
tutorial:-basics.mdusing the UI - You can see queries are failing both in terminal and UI with:
✗ orders_by_month SQLITE_NOTADB: file is not a database
Expected behavior
The stackblitz container would continue to work the same way before and after connecting to a git repository.
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
Platform
- OS: macOS
- Browser: Tested on Chrome, Firefox
- Version: [e.g. 91.1]
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels

