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

Cannot assign to read only property '0' of string #139

Open
juliofuentescerrada opened this issue Dec 4, 2019 · 1 comment
Open

Cannot assign to read only property '0' of string #139

juliofuentescerrada opened this issue Dec 4, 2019 · 1 comment

Comments

@juliofuentescerrada
Copy link

Hi Colin,
Thank you very much for this awesome tool set. However I'm struggling with an issue regarding JSON tokenization.

Given this settings file:
ocelot.json

  "ReRoutes": [
    {
      "DownstreamPathTemplate": "/api/{everything}",
      "DownstreamScheme": "http",
      "DownstreamHostAndPorts": [
        {
          "Host": "localhost",
          "Port": 80
        }
      ],
      "UpstreamPathTemplate": "/api/{everything}",
      "UpstreamHttpMethod": [ "Get", "Post" ]
    }
  ],
  "GlobalConfiguration": {}
}

When I run the tokenize file task in my pipeline I get the following output:
image

I've debugged the task code and it seems to be working fine but somehow it doesn't during the pipeline execution.

@prrrtpieptoet
Copy link

I'm running into the same issue. Does anyone know if this project is still maintained? Last activity by the owner was 14 months ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants