Giter Club home page Giter Club logo

Comments (5)

nmaquet avatar nmaquet commented on June 9, 2024 1

@benzolium Thanks for the report. I've tried to reproduce it using your test but it seems there is a JSON syntax error in the handler response of serviceC (notice the spurious comma after "id": "1". This is the cause of the invalid character '}' error message.

"value": {
	"_bramble_id": "BAR1",
	"_bramble__typename": "BAR",
	"id": "1",
}

from bramble.

benzolium avatar benzolium commented on June 9, 2024

Oh, my bad. Good catch, @nmaquet. I'll try to reproduce the issue properly cause I'm still getting this error in actual gateway.

Maybe I should catch the issue somewhere else. 🤔

from bramble.

nmaquet avatar nmaquet commented on June 9, 2024

No worries. Can you double check that your downstream service returns syntactically correct JSON? If you're templating your JSON or using string builders it's easy to make a make a mistake and have that extra comma.

from bramble.

nmaquet avatar nmaquet commented on June 9, 2024

@benzolium Any update on this issue? We'd be happy to help if you have some steps to reproduce the problem.

from bramble.

benzolium avatar benzolium commented on June 9, 2024

@nmaquet sorry, got lost in work.

I've just tried to test query on downstream service only.

In my case downstream service returns this for value:

"value": {}

So it is syntactically correct JSON.

from bramble.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.