I debugged for a few hours until finally realizing that if TLS (SSL) is off, it keeps returning 504 Gateway Timeout <HTML>504 Gateway Timout</HTML>, resulting @upslash/redis fail to parse (Unexpected JSON input). After I turned on TLS (SSL), the problem resolved.
Hello, I am a new User of Upstash.
I debugged for a few hours until finally realizing that if TLS (SSL) is off, it keeps returning 504 Gateway Timeout
<HTML>504 Gateway Timout</HTML>
, resulting@upslash/redis
fail to parse (Unexpected JSON input). After I turned on TLS (SSL), the problem resolved.