RedisInsight / RedisDesktopManager

Home Page:https://resp.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension Server client sends `decode` instead of `encode` request

fuelen opened this issue · comments

Describe the bug
I'm unable to trigger encode request to my extension server

To Reproduce
Steps to reproduce the behavior:

  1. Try to add new key
  2. Select custom formatter
  3. Click save

OR

  1. Select existing key
  2. Select custom formatter
  3. Edit it
  4. Ctrl + S

Expected behavior
call encode endpoint

Screenshots
image

Environment (please complete the following information):

  • OS & version: Arch Linux

My bad. I was in a rush to release it and haven't properly cleaned up the encoding part :) Should work fine now with the latest commit from the 2022 branch. Do you use RESP.app from Flathub?

yes, from flathub

@fuelen please try this test build

flatpak install --user https://dl.flathub.org/build-repo/93997/app.resp.RESP.flatpakref

@uglide it works! Thank you!