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
And I'm getting the following error when running npm start:
ERROR in /workspaces/paperbits-demo/project/node_modules/@paperbits/github/githubObjectStorage.ts
[tsl] ERROR in /workspaces/paperbits-demo/project/node_modules/@paperbits/github/githubObjectStorage.ts(98,18)
TS2416: Property 'searchObjects'intype'GithubObjectStorage' is not assignable to the same property in base type'IObjectStorage'.
Type '<T>(path: string, query: Query<T>) => Promise<Bag<T>>' is not assignable to type'<T>(key: string, query?: Query<T>) => Promise<Page<T>>'.
Type 'Promise<Bag<any>>' is not assignable to type'Promise<Page<any>>'.
Property 'value' is missing intype'Bag<any>' but required intype'Page<any>'.
Expected behavior
Being able to run the paperbits-demo website using Github for objectstorage and blobstorage, exactly as you can do with Firebase.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: linux
Browser Edge Chromium
Version 92.0.902.73 (Official build) (x86_64)
Additional context
We would appreciate to have a full documentation of the Github storage module, at the same level with the Firebase module.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to implement the githubmodule for object and blob storage for the demo website with no success.
To Reproduce
Package.json
config.publish.json:
config.design.json:
startup.design.ts
startup.publish.ts
And I'm getting the following error when running
npm start
:Expected behavior
Being able to run the paperbits-demo website using Github for objectstorage and blobstorage, exactly as you can do with Firebase.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
We would appreciate to have a full documentation of the Github storage module, at the same level with the Firebase module.
The text was updated successfully, but these errors were encountered: