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
Note that the updatedAt and version are null/empty/blank. However, re-retrieving the item using a GET /tables/todoitem/1234 will return the correct response.
To Reproduce
Steps to reproduce the behavior:
Deploy the datasync-server using azd up
Using Insomnia, create an item.
Using Insomnia, do the operation above.
See error
Expected behavior
The response from the server should be correct.
What platforms?
Note: Any bug or feature request that is opened for an unsupported environment will be automatically closed.
Server:
Version of dotnet being used to compile? net 9.0
Library versions? 8.0.4
What database are you using? Azure SQL
Where are you running the server? Azure App Service
The text was updated successfully, but these errors were encountered:
Describe the bug
Should return a complete and updated record; however, the following is returned:
Note that the updatedAt and version are null/empty/blank. However, re-retrieving the item using a GET /tables/todoitem/1234 will return the correct response.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The response from the server should be correct.
What platforms?
The text was updated successfully, but these errors were encountered: