Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Response chaining fails if response contains }} #1576

Closed
StuartChartersE22 opened this issue Jun 25, 2019 · 2 comments
Closed

[Bug] Response chaining fails if response contains }} #1576

StuartChartersE22 opened this issue Jun 25, 2019 · 2 comments
Labels
stale Bot: Stale Issue

Comments

@StuartChartersE22
Copy link

  • Insomnia Version: 6.5.3

Details

I am chaining responses in a request but there is a value which follows the structure:
{parent: {child: value}}
There is an error thrown of expected name as lookup value, got }}. This prevents the request from working

@gschier
Copy link
Contributor

gschier commented Jun 28, 2019

Hmm, this one might be tricky.

Where are you using the Response tag that is failing. Is it included in an environment variable or directly in another request?

The reason it's failing is because it's trying to render the request after including the data from your response dependency.

@stale
Copy link

stale bot commented Aug 27, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Bot: Stale Issue label Aug 27, 2019
@stale stale bot closed this as completed Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Bot: Stale Issue
Projects
None yet
Development

No branches or pull requests

2 participants