-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
What happened?
I had to uninstall the application to get the subscriptions to refresh when adding another subscription during development.
Repro steps
- Update the RealmService Class GotRealm() from the .NET MAUI Sample project with another subscription query
- Try and add new record from the user interface
- receive error no subscription found
- uninstall the application
- rerun the application within visual studio
- able to add CRUD
Version
10.20.0
What Atlas Services are you using?
Atlas Device Sync
What type of application is this?
Other
Client OS and version
Windows 11
Code snippets
PopulateInitialSubscriptions = (realm) =>
{
// Item
var (query, queryName) = GetQueryForSubscriptionType(realm, SubscriptionType.Mine);
realm.Subscriptions.Add(query, new SubscriptionOptions
);
[new Subscription here]
...
Stacktrace of the exception/crash you're getting
Unable to find source-code formatter for language: shell. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
no subscription found execption
Relevant log output
No response