Hello everyone,
Since half an hour, I’m getting a 502 error (Bad gateway) when trying to list the rows of one of my tables hosted on cloud.seatable.io.
Everything worked fine few minutes before, I also tried on api.seatable.io to be sure that it was not because of my code but I get the same answer. There are only a few rows to list (around 20).
Does anyone has the same problem ?
Bests,
Benjamin
PS : by the way, the response looks pretty weird/buggy : the JSON contains one character by line (see below)
{
"0": "<",
"1": "h",
"2": "t",
"3": "m",
"4": "l",
"5": ">",
"6": "\r",
"7": "\n",
"8": "<",
"9": "h",
"10": "e",
"11": "a",
"12": "d",
"13": ">",
"14": "<",
"15": "t",
"16": "i",
"17": "t",
"18": "l",
"19": "e",
"20": ">",
"21": "5",
"22": "0",
"23": "2",
"24": " ",
"25": "B",
"26": "a",
"27": "d",
"28": " ",
"29": "G",
"30": "a",
"31": "t",
"32": "e",
"33": "w",
"34": "a",
"35": "y",
"36": "<",
"37": "/",
"38": "t",
"39": "i",
"40": "t",
"41": "l",
"42": "e",
"43": ">",
"44": "<",
"45": "/",
"46": "h",
"47": "e",
"48": "a",
"49": "d",
"50": ">",
"51": "\r",
"52": "\n",
"53": "<",
"54": "b",
"55": "o",
"56": "d",
"57": "y",
"58": ">",
"59": "\r",
"60": "\n",
"61": "<",
"62": "c",
"63": "e",
"64": "n",
"65": "t",
"66": "e",
"67": "r",
"68": ">",
"69": "<",
"70": "h",
"71": "1",
"72": ">",
"73": "5",
"74": "0",
"75": "2",
"76": " ",
"77": "B",
"78": "a",
"79": "d",
"80": " ",
"81": "G",
"82": "a",
"83": "t",
"84": "e",
"85": "w",
"86": "a",
"87": "y",
"88": "<",
"89": "/",
"90": "h",
"91": "1",
"92": ">",
"93": "<",
"94": "/",
"95": "c",
"96": "e",
"97": "n",
"98": "t",
"99": "e",
"100": "r",
"101": ">",
"102": "\r",
"103": "\n",
"104": "<",
"105": "h",
"106": "r",
"107": ">",
"108": "<",
"109": "c",
"110": "e",
"111": "n",
"112": "t",
"113": "e",
"114": "r",
"115": ">",
"116": "n",
"117": "g",
"118": "i",
"119": "n",
"120": "x",
"121": "<",
"122": "/",
"123": "c",
"124": "e",
"125": "n",
"126": "t",
"127": "e",
"128": "r",
"129": ">",
"130": "\r",
"131": "\n",
"132": "<",
"133": "/",
"134": "b",
"135": "o",
"136": "d",
"137": "y",
"138": ">",
"139": "\r",
"140": "\n",
"141": "<",
"142": "/",
"143": "h",
"144": "t",
"145": "m",
"146": "l",
"147": ">",
"148": "\r",
"149": "\n"
}