The contact form to reach support cannot be accessed.
Chain of requests while being logged in:
GET iMusician (the forum changes the displayed url, sorry)
→ 200
GET https://connect.imusician.pro/auth/sessions/whoami
→ {“error”:{“code”:401,“status”:“Unauthorized”,“reason”:“No valid session credentials found in the request.”,“message”:“The request could not be authorized”}}
GET https://auth.imusician.pro/signin?return_to=https://app.imusician.pro/ask?help=open
→ 404
GET https://connect.imusician.pro/auth/self-service/login/browser?refresh=false&return_to=https://app.imusician.pro/ask?help=open
→ {“error”:{“id”:“session_already_available”,“code”:400,“status”:“Bad Request”,“reason”:“A valid session was detected and thus login is not possible. Did you forget to set ?refresh=true
?”,“message”:“you are already logged in”}}