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
('in your got.js file). responseType: 'json' do the job.
The query : {query: JSON.stringify(request)} (in ContentaJsonRpc.js) doesn't seem to work . It's ok with searchParams: {query: JSON.stringify(request)} .
++
The text was updated successfully, but these errors were encountered:
I had an other issue with the entry point http://Proxy.domain/api . The http-proxy make a request to Drupal at http://domain.Drupal/api/ ( the / is the annoying part) ; so Drupal respond with a 301 and send a redirection to http://Drupal.domain/api .
I have made some modification in ./routes/proxyHandler.js and that seems solve for me.
Hello,
Some possibility have been remove from got.
('in your got.js file).
responseType: 'json'
do the job.query : {query: JSON.stringify(request)}
(in ContentaJsonRpc.js) doesn't seem to work . It's ok withsearchParams: {query: JSON.stringify(request)}
.++
The text was updated successfully, but these errors were encountered: