Rahul R.
Rahul R.
@syns2191 We missing await/async on some places that's why we are having such issue.
Error: ``` UnhandledRejection Error: insert into `timer` (`created_at`, `day`, `durations`, `projectid`, `timeLogId`, `updated_at`, `userId`) values ("2022-02-02T15:52:05.668Z", '2022-02-02', 0, NULL, '47081aa0-fe29-4f34-bd32-aaff3c20a12d', "2022-02-02T15:52:05.668Z", '286c4c17-8221-4724-ba66-f4930c4715d6') - SQLITE_BUSY: database is locked ``` OS: Windows...
@syns2191 Error: ``` UnhandledRejection Error: update `timer` set `id` = 2, `timeSlotId` = '249381b6-f38e-4485-a544-b84775c25054' where `id` = 2 - SQLITE_BUSY: database is locked ``` OS: Windows NT 10.0.19041
@syns2191 Error: ``` UnhandledRejection Error: SELECT * from heartbeats where DATETIME(time, 'unixepoch') DATETIME('2022-02-08 11:50:09'); - SQLITE_BUSY: database is locked ``` OS: Windows NT 10.0.19041
@parmarchirag93 Can you please check this page and update status here?
@MKasigwa Hmm seems work okay with UI. Can you please check direct using API (hack) from Postman? i.e. If "ADMIN" user try to create "SUPER_ADMIN" direct via API (Not from...
@evereq I mean, we can display "Employees/Teams" in the list same as Task Dashboard. https://demo.gauzy.co/#/pages/tasks/dashboard 
@adkif I can see some pages still not display correct currency position. Please below screenshots.  Downloaded Esitmate/Invoice pdf etc.
@syns2191 Still i am getting same error. Can you please check this issue? 
Error: ```UnhandledRejection KnexTimeoutError: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call? at Client_SQLite3.acquireConnection (C:\Program Files\Ever\Gauzy Desktop Timer\resources\app.asar\node_modules\knex\lib\client.js:348:26) at runNextTicks (node:internal/process/task_queues:61:5) at listOnTimeout...