getting 502 An invalid response was received from ...
# help
p
getting 502 An invalid response was received from the upstream server after updating JWT token expiration via UI. Dashboard postgres logs show
An invalid response was received from the upstream server
n
Hello @pocin! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
p
from the logs it looks like the update of settings trigerred update of the schema in an infinite loop
m
Hi @pocin, I think you also sent us a support ticket. If that's the case, I've marked your instance for a reboot and replied to you there. Please note that this is an async request. But I think it will resolve it for you.
n
pocin (2022-05-31)
p
yes that is correct. Thank you!
could this be a platform bug or i did something wrong?
b
If all you did was change the max JWT token expiration time from the dashboard then you certainly didn't do anything wrong.
p
dont think it helped. Replied to the ticket, closing here. Thanks for the prompt reply! 🍻 For reference (if someone hits this too so it shows up in search
Copy code
adds parent column ALTER TABLE auth.refresh_tokens ADD COLUMN IF NOT EXISTS parent varchar(255) NULL, ADD CONSTRAINT refresh_tokens_token_unique UNIQUE ("token"), ADD CONSTRAINT refresh_tokens_parent_fkey FOREIGN KEY (parent) REFERENCES auth.refresh_tokens("token"); CREATE INDEX IF NOT EXISTS refresh_tokens_parent_idx ON refresh_tokens USING btree (parent);
this statement fails
n
Thread was archived by @pocin. Anyone can send a message to unarchive it.
3 Views