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
Are you experiencing this issue on both iOS and Android? I don't see any mention of Expo so am I correct in assuming that you are working on a React Native CLI generated project? Just trying to rule out some causes.
If it is a React Native CLI project, can you try calling DataStore.start in a useEffect from the main App component or even just making a query (DataStore.query) should start the sync process. Let me know if the issue still persists then.
Hi 👋 Closing this as we have not heard back from you. If you are still experiencing this issue and in need of assistance, please feel free to comment and provide us with any information previously requested by our team members so we can re-open this issue and be better able to assist you. Thank you!
Before opening, please confirm:
JavaScript Framework
React Native
Amplify APIs
DataStore, Storage
Amplify Categories
storage
Environment information
Describe the bug
no such table: Setting
no such table: ModelMetadata
This are the errors logs.Please advise .I tried below code
import { DataStore } from 'aws-amplify';
import { SQLiteAdapter } from '@aws-amplify/datastore-storage-adapter';
DataStore.configure({
storageAdapter: SQLiteAdapter
});
Expected behavior
Sync should happen above error blocking the sync process
Reproduction steps
import { DataStore } from 'aws-amplify';
import { SQLiteAdapter } from '@aws-amplify/datastore-storage-adapter';
DataStore.configure({
storageAdapter: SQLiteAdapter
});
Code Snippet
Log output
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
Iphone 8 Plus
Mobile Operating System
IOS 14
Mobile Browser
Ios simulator
Mobile Browser Version
No response
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: