Interestingly, I'm encountering an issue where updates are functioning correctly, but create and delete operations are failing. The system is generating an error about the 'Content-ID' being a string when it should be an integer. I've spent a considerable amount of time trying to locate the source of this problem, but unfortunately, I haven't had any success yet.
Hello again @farfaraway2212 I did some digging, and the issue is related to the demo OData service we use in the videos. It simply doesn't support batch mode. With a proper OData service, you won't have any issues. For more clarification, I had a decision to make when I started this section of the series. I could either use this simple demo service or implement a more proper one. However, the latter would require a lot of setup work and might have felt like getting off topic a little bit. Thus, I went with the first option. But for the upcoming OData V4 section, I will use a more proper demo, so it's more like a real-world scenario.
Interestingly, I'm encountering an issue where updates are functioning correctly, but create and delete operations are failing. The system is generating an error about the 'Content-ID' being a string when it should be an integer. I've spent a considerable amount of time trying to locate the source of this problem, but unfortunately, I haven't had any success yet.
Hi, please push your code to github and share the link so I can check
@@discoverUI5 thanks for the reply, I will do it very shortly.
Hello again @farfaraway2212
I did some digging, and the issue is related to the demo OData service we use in the videos. It simply doesn't support batch mode. With a proper OData service, you won't have any issues.
For more clarification, I had a decision to make when I started this section of the series. I could either use this simple demo service or implement a more proper one. However, the latter would require a lot of setup work and might have felt like getting off topic a little bit. Thus, I went with the first option. But for the upcoming OData V4 section, I will use a more proper demo, so it's more like a real-world scenario.
Can you please make a video on batch in odata v4?
Hey. Please check the videos in Section 10 for OData V4.