I can't update expiration for the JWT on /auth/set...
# help
j
I can't update expiration for the JWT on /auth/settings page in the supabase dashbord. The error message is:
Error on submitting
Copy code
{
  "instancePath": "",
  "schemaPath": "#/required",
  "keyword": "required",
  "params": {
    "missingProperty": "JWT_EXP"
  },
  "message": "must have required property 'JWT_EXP'"
}
s
This might be due to the ongoing Dashboard outage issue https://status.supabase.com/incidents/wfw0dqkpfxjg
j
Guess, I'll try tomorrow. Thanks
It is a really weird issue. Now it works sometimes. The probability for it to work is higher if I wait a few seconds for the page to completely load and typing in the value manually instead of pasting it. So maybe it doesn't register a change when pasting
s
Try logging out clearing your cache, local storage and logging in again.
j
Thanks, I'll give that a try