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
Probably worth mentioning the migrations only run in the API directory, also the fixtures seem to be broken:
$: cat api/db/fixtures/default.sql | sqlite3 api/db/bookshelf.db
Error: near line 129: NOT NULL constraint failed: oauth_clients.redirect_uri
Error: near line 135: NOT NULL constraint failed: oauth_clients.redirect_uri
Note, I'm just putting this down here quickly as its super late, will tidy later
The text was updated successfully, but these errors were encountered:
Probably worth mentioning the migrations only run in the API directory, also the fixtures seem to be broken:
$: cat api/db/fixtures/default.sql | sqlite3 api/db/bookshelf.db
Error: near line 129: NOT NULL constraint failed: oauth_clients.redirect_uri
Error: near line 135: NOT NULL constraint failed: oauth_clients.redirect_uri
Note, I'm just putting this down here quickly as its super late, will tidy later
The text was updated successfully, but these errors were encountered: