Search results

  1. mcorona

    When I clone an API the parameters get deleted.

    The problem is that when it sends the data as JSON, its sending it without the quotes. Which is improper formatting for JSON, that's proper format for Javascript. It needs those quotes.
  2. mcorona

    When I clone an API the parameters get deleted.

    I see the problem now, it is not liking the quotes in the labels I'm putting in. Unfortunately even though I've selected the format to be JSON, it's sending in javascript. The keys values don't have quotes like they are supposed and the receiver is having an issue with that.
  3. mcorona

    When I clone an API the parameters get deleted.

    Here's a video of the behavior. It happens with every parameter. Also sometimes the 'set parameters' box is unticked and then everything is gone including the values.
  4. mcorona

    When I clone an API the parameters get deleted.

    I cleared cache, logged out, and back in... and now now the set parameters box is unchecked. Everything is gone.
  5. mcorona

    When I clone an API the parameters get deleted.

    It's actually worse than I thought. The parameters keep randomly erasing. It seems like it has nothing to do with the cloning at all. Even now I tried adding headers. As soon as I hit save, all the Label values were erased.
  6. mcorona

    When I clone an API the parameters get deleted.

    I was trying to duplicate an api by pabbly, I've tried this twice now. When I clone it, all the parameters are erase. I make sure to save the module before I clone it. the Parameters are erase on both the original and clone.
Top