Whenever my API responds with a header Set-Cookie, I get the error info: Hook handler stderr: panic: RPC client threw error gob: type not registered for interface: []interface {}
I have narrowed this down to the Set-Cookie header. If I name the header anything else, it doesn't give me that error, but when I name it Set-Cookie I always get that error.
Whenever my API responds with a header
Set-Cookie, I get the errorinfo: Hook handler stderr: panic: RPC client threw error gob: type not registered for interface: []interface {}I have narrowed this down to the
Set-Cookieheader. If I name the header anything else, it doesn't give me that error, but when I name itSet-CookieI always get that error.