[Shopware PWA] apiInstance.invoke.patch return's 500 error
Hey together,
i have an Issue with the invoke.patch function:
which is returning me
And no Request is outgoing.
Someone have same issues currently?
2 Replies
🤔 can you provide some more context?
Sure
This is the Code of all - Normaly this should do an patch request, but i only get the Uncaught (in promise)
Okay, found the issue, the apiInstance.invoke.patch should based on the basic invoke functions, its needed to use them as Axios self
so invoke.patch('url', {data})