mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(sync): defer ImmediateUploadService initialization until data loads
Prevents race condition where upload attempts happen before sync config is loaded from IndexedDB, eliminating 404 errors to default baseUrl during app startup and E2E tests.
This commit is contained in:
parent
a8da38d840
commit
70aae24449
3 changed files with 18 additions and 14 deletions
2
.github/workflows/pr-preview-deploy.yml
vendored
2
.github/workflows/pr-preview-deploy.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
ssh://git@github.com/
|
||||
|
||||
- name: Install npm Packages
|
||||
run: npm ci
|
||||
run: npm i
|
||||
|
||||
- name: Generate environment file
|
||||
run: npm run env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue