Service bindings does not work (at least locally) with Pages
I have problems getting service bindings to work with Pages when I develop locally.
The issue seems to be that the service does not recognize the Request object when calling the service using fetch. I get it to work when I just send the plain url, but then the caller does not recognize the Response-object it receives. So somewhere in the code there is two versions of these objects creating problems.
0 Replies