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
obviously contains the OData-Version header stated in lower case letters.
Then after the error stated in the entry of this issue a second error is shown
2024-01-1417:16:06.904500Failedtogetcontextsforhttp://localhost/odata/Times with start index 0 and length 500 - Error: HTTP request was not processed because $batch failed
I'm really confused and don't exactly know where to look.
Can it be that the case insensitive nature of odata-version is a problem?
In some related case it looks like the header Access-Control-Expose-Headers which should contain the OData-Version string to allow the client to acces this header helped. Can this be an issue?
Any help welcomed.
The text was updated successfully, but these errors were encountered:
Hi @27pchrisl,
Not sure if this is the right repo to report…
Now when executing the $batch I get the error
But this is strange for several reasons. Let's go slow.
It looks like openui5 is doing the $batch twice.
The first is done in the form
which get's as response
There is no
OData-Version
present.But the second $batch
with the payload from my previous issue which get's a full response with the headers
obviously contains the
OData-Version
header stated in lower case letters.Then after the error stated in the entry of this issue a second error is shown
I'm really confused and don't exactly know where to look.
Can it be that the case insensitive nature of odata-version is a problem?
In some related case it looks like the header
Access-Control-Expose-Headers
which should contain theOData-Version
string to allow the client to acces this header helped. Can this be an issue?Any help welcomed.
The text was updated successfully, but these errors were encountered: