Hi everyone, I'm coming from Keycloak, i have som...
# share-your-work
s
Hi everyone, I'm coming from Keycloak, i have some questions about SuperTokens. First, SuperTokens core doesn't have a administration console like in Keycloak? Second, we are work in a new web application with our own login UI, i can list the tenents after the login?
r
hey @scarionface
we do have an admin UI, but it's served from our backend sdk, and not from the core
you can shows a list of tenants post login, yea. If you could describe the flow in more detail, i can help/
s
Ok, other question i'm trying to implement my own login ui in my Next.js app, but return the error below
that is the init
and the wrapper
r
Are you using any other component / function from our session recipe other than the above two?
s
just the ChakraProvider component
r
This does seem fine. It usually happens if you use our session functions on the server side
Tagging @porcellus who can help here
s
I just start to implement so i not using the session functions yet
i just change _app.tsx
r
Oh.
What’s the import statement for supertokens.init?
It should be from supertokens-auth-react. And not supertokens-web-js
p
Another possibility is that you are not running the init script before the wrapper is included, so could you also include a log statement right before
supertokens.init
runs?
s
hmm... ok i gone try something here
just a moment
r
Im quite sure it’s the issue with bad import statement
s
that it is
work's
thank you @rp_st and @porcellus
7 Views