Hey Hi guys, Actually we are running self-hosted supertokens in docker. W got an issue like initial ...
b
Hey Hi guys, Actually we are running self-hosted supertokens in docker. W got an issue like initial some days I can find "add user" button in user management dashboard to add users but after some days it is not showing. We have done R&D but didn't find any solution. What was the issue or did I miss any configuration?
r
hey @basheer_ops you need to logout, and then you will see a sign up button which will have instrs on how to add a new user on the user management dashboard
b
@rp_st , Where I can see create dashboard users with API cURL but not actual users. I want to create users who are logging into application and authenticated.
r
Oh. You mean end users. Right
Which recipes have you init on the backend?
b
Yes(End Users). We are using below recieps - [ ] EmailPassword.init() - [ ] Session.init({}) - [ ] Dashboard.init() - [ ] UserRoles.init()
r
Hmm. Okay. Let me check and get back
Also, which version of our backend SDK are you using?
b
Version: "supertokens-node": "^16.7.4"
Framework: NestJs
r
@prateek_surana can you please investigate this issue?
p
Hey @basheer_ops , it was an issue on our end and we have pushed a fix for it, can you try doing a hard reload on the dashboard, that should fix the issue. Let us know if you still face this issue.
b
Yeah Now we got it. Thank you @prateek_surana @rp_st
We didn't pull or restart the docker images but how this issue is resolved in my end?
@prateek_surana @rp_st
r
the dashboard is a react app that's served via a CDN. So we just updated the react app since it was a frontend error