502 Gateway Error on calling Redis get and set functions
Hi @DiegoMolteni We have been getting the 502 Gateway Error for some APIs. One of the APIs is Create Subproject API. On debugging the code the error is thrown on the following 2 lines in compliance.ts file in the create subproject flow:
- await this._cache.set(ltag, results.invalidLegalTags.length === 0);
- await this._cache.set(ltag, results.invalidLegalTags.length === 0); Interestingly, this is happening on the DEV environment. I've not encountered the issue in my local. Have you faced this error or have a clue on what the problem could be? Any help would be appreciated. Thank you.