_.Mass._
_.Mass._
KKinde
Created by _.Mass._ on 9/29/2024 in #💻┃support
Setting dark theme as default experience still serves light theme login page
No description
9 replies
KKinde
Created by _.Mass._ on 9/29/2024 in #💻┃support
Setting dark theme as default experience still serves light theme login page
No description
9 replies
KKinde
Created by _.Mass._ on 9/29/2024 in #💻┃support
Setting dark theme as default experience still serves light theme login page
No description
9 replies
KKinde
Created by _.Mass._ on 2/15/2024 in #💻┃support
redirectTo home with search parameters encodes the ?
yes, it does. Thank you
5 replies
KKinde
Created by _.Mass._ on 2/15/2024 in #💻┃support
redirectTo home with search parameters encodes the ?
yes that was it, I was able to decode the redirectTo in the on_redirect_callback.
5 replies
KKinde
Created by _.Mass._ on 2/15/2024 in #💻┃support
redirectTo home with search parameters encodes the ?
ok, I think I am supposed to use the on_redirect_callback to make sure redirectTo is decoded properly. I am going to give it a go
5 replies
KKinde
Created by _.Mass._ on 2/6/2024 in #💻┃support
Using custom login page
ok, the problem was in my code. I missed that I had a form with action=# that was reloading the page. Product of a copy paste from a component framework. I confirm the login works as expected.
9 replies
KKinde
Created by _.Mass._ on 2/6/2024 in #💻┃support
Using custom login page
no worries, yes that is correct. I have to login twice before it works. The first time it only sets the email as query param to my custom login page, the second time it works.
9 replies
KKinde
Created by _.Mass._ on 10/20/2023 in #💻┃support
Adding an account to an organization via api returns 200 but user is not in the list
thank you
21 replies
KKinde
Created by _.Mass._ on 10/20/2023 in #💻┃support
Adding an account to an organization via api returns 200 but user is not in the list
ok I think I found the issue was in my headers, I changed accept to Accept and contentType to Content-Type and the request is working as expected. I am getting the User successfully added message now.
21 replies
KKinde
Created by _.Mass._ on 10/20/2023 in #💻┃support
Adding an account to an organization via api returns 200 but user is not in the list
even when the user is actually not part of the org. I'll keep investigating
21 replies
KKinde
Created by _.Mass._ on 10/20/2023 in #💻┃support
Adding an account to an organization via api returns 200 but user is not in the list
this is very interesting. When I run the request via postman I get the User successfully added message the first time and No users added the following times. However with that code snippet I consistently get the No users added message.
21 replies
KKinde
Created by _.Mass._ on 10/20/2023 in #💻┃support
Adding an account to an organization via api returns 200 but user is not in the list
it works with postman so there is definitely an issue in my code. I am happy to close this and resolve it on my end. Thank you for your help
21 replies
KKinde
Created by _.Mass._ on 10/20/2023 in #💻┃support
Adding an account to an organization via api returns 200 but user is not in the list
ok yes, so I get that the second time I add the user to the same org. Which I guess it's fine to return the 200
21 replies
KKinde
Created by _.Mass._ on 10/20/2023 in #💻┃support
Adding an account to an organization via api returns 200 but user is not in the list
sure no problem,
{
"users": [{"id":"kp:dbcf937949e6471c9794d198477b800f"}]
}
{
"users": [{"id":"kp:dbcf937949e6471c9794d198477b800f"}]
}
21 replies
KKinde
Created by _.Mass._ on 10/20/2023 in #💻┃support
Adding an account to an organization via api returns 200 but user is not in the list
No description
21 replies
KKinde
Created by _.Mass._ on 10/20/2023 in #💻┃support
Adding an account to an organization via api returns 200 but user is not in the list
here is the function, the first post returns a 200 so I expect the accountId to be in the list of the following listing, however the account is not there
21 replies