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
I receive the following error when loading the channel list on a new install when offline support is enabled. After receiving the error the channels do load from the api and everything works correctly, however it definitely seems like there is a race condition here. Similar to #2001
WARN Failed to get channels from database: [Error: Query/queries failed: Error: [react-native-quick-sqlite] SQL execution error: no such table: channelQueries
Error: [react-native-quick-sqlite] SQL execution error: no such table: channelQueries
at execute (native)
at anonymous
at anonymous
at apply (native)
at selectChannelIdsForFilterSort
at getChannelsForFilterSort
at loadOfflineChannels
at anonymous
at commitHookEffectListMount
Steps to reproduce
Steps to reproduce the behavior:
Install app
Open channel list
Expected behavior
Channel list loads without error
Project Related Information
Customization
Click To Expand
# N/A
Offline support
I have enabled offline support.
The feature I'm having does not occur when offline support is disabled. (stripe out if not applicable)
Hey @szechyjs, we have noticed a similar issue that seems to happen with the latest version of 0.73.4. We are working on the SDK's compatibility with the version, and it might take some time. Until then, you can downgrade the version to 0.72.* and use our SDK if it's urgent. It shouldn't be a problem. Thanks 😄
Issue
I receive the following error when loading the channel list on a new install when offline support is enabled. After receiving the error the channels do load from the api and everything works correctly, however it definitely seems like there is a race condition here. Similar to #2001
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Channel list loads without error
Project Related Information
Customization
Click To Expand
Offline support
Environment
Click To Expand
package.json
:react-native info
output:stream-chat-react-native
version you're using that has this issue:5.22.1
iOS 17.2
iPhone 15 Pro max
Additional context
Screenshots
Click To Expand
The text was updated successfully, but these errors were encountered: