RMI-PACTA / app

API + web frontend for PACTA infrastructure
MIT License
2 stars 0 forks source link

"Sign out" isn't working in Edge/with pop-up blocker #197

Open hodie opened 4 months ago

hodie commented 4 months ago

When I clicked on "sign out" it seemed to sign me out when I refreshed, I was signed in again. When it did look like I was signed out and clicked "sign in" I got and error message with

 {
  "name": "ApiError",
  "message": "Unauthorized",
  "stack": [
    "ApiError: Unauthorized",
    "    at cR (https://pacta.dev.rmi.siliconally.dev/_nuxt/entry.3910a747.js:32:11273)",
    "    at https://pacta.dev.rmi.siliconally.dev/_nuxt/entry.3910a747.js:32:11741"
  ]
}
hodie commented 4 months ago

Pretty sure this is because of the sign-in/sign-out pop-up being blocked. Also, I'm using Edge for testing so ¯_(ツ)_/¯

It doesn't say anything about a blocked pop-up, but the pop-up also doesn't show. One more reason to have it as a modal instead :)