Replies: 4 comments 19 replies
-
What video? I haven't done a video! :-) In any case, there is not enough to go on here. Some things you need to provide:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the confirmation. |
Beta Was this translation helpful? Give feedback.
-
Answer: I use the postman and the local API works nicely. It returns the data in the nested format (Items). Answer: Response is 200 after deployment to Azure.
Do I need to set API management? |
Beta Was this translation helpful? Give feedback.
-
I posted the response result above from local API,, which is and from azure app service, I get the following result:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I followed the documentation and your tutorial video to set up the backend database. The API response and from the client side, I get a successful response.
`var connectionString = new UriBuilder { Scheme = "file", Path = "dynamo.sqlite", Query = "?mode=rwc" }.Uri.ToString();
store = new OfflineSQLiteStore(connectionString);
And this is the synch method
` public async Task RefreshMembersAsync()
{
await InitializeAsync();
When it hits PullItemAsync , nothing happens and the app hangs.
Please note that model are matching with backend models.
Could you please advice what I am missing?
Kind regards,
Kamal
Beta Was this translation helpful? Give feedback.
All reactions