https://supertokens.com/ logo
downloading issue
z

zuverliebt.

04/05/2023, 5:18 PM
If I run the following installer as admin, the installer closes immediately. What can I do?

https://cdn.discordapp.com/attachments/644849840475602944/1093223173236998274/image.png

r

rp

04/05/2023, 5:20 PM
i don't understand the problem. Can you rephrase.
z

zuverliebt.

04/05/2023, 5:24 PM
If I try to run the file as an administrator like it says in the docs, the window closes immediately: https://cdn.discordapp.com/attachments/1093223173425729626/1093224677347958957/2023-04-05_19-23-56.mp4

https://cdn.discordapp.com/attachments/1093223173425729626/1093224775243026524/image.png

r

rp

04/05/2023, 5:40 PM
try with the CLI instead
z

zuverliebt.

04/05/2023, 6:34 PM
it works
i have a nother problem
I am in the User Management Dashboard and have created a user but forgot the data. How can I delete the current one?
r

rp

04/05/2023, 6:38 PM
z

zuverliebt.

04/05/2023, 6:39 PM
and this? c':

https://cdn.discordapp.com/attachments/1093223173425729626/1093243601644965929/image.png

r

rp

04/05/2023, 6:40 PM
will need more info about whats the error etc.
z

zuverliebt.

04/05/2023, 6:41 PM
where can i find the error
r

rp

04/05/2023, 6:42 PM
backend stack trace, network tab.. I would request you to please be more detailed with your quesitons, else it's difficult to help out and we won't be able to help.
z

zuverliebt.

04/05/2023, 7:04 PM
Il n'y a pas d'erreur dans la console de mon backend. J'ai défini le errorHandler comme ceci à la fin de mon code :
js
app.use(errorHandler())
There is no error in the console from my backend. I defined the errorHandler like this at the end of my code:
js
app.use(errorHandler())
r

rp

04/05/2023, 7:04 PM
what do you see on the network tab?
on chrome
z

zuverliebt.

04/05/2023, 7:06 PM

https://cdn.discordapp.com/attachments/1093223173425729626/1093250218809622598/image.png

r

rp

04/05/2023, 7:14 PM
Right, so you can add a custom error handler on the backend and see whats the error stack
z

zuverliebt.

04/05/2023, 7:16 PM
how?
r

rp

04/05/2023, 7:16 PM
google it
z

zuverliebt.

04/05/2023, 7:16 PM
in javascript
I can't find anything, I'm sorry
r

rp

04/05/2023, 7:44 PM
are you able to sign in to your actual app?
i.e. have you setup our frontend SDK in your app and does sign in work ?
maybe check that you have added the supertokens connection uri on the backend correctly.
z

zuverliebt.

04/05/2023, 7:45 PM
i dont have I haven't set up a frontend yet, just connected to the backend
r

rp

04/05/2023, 7:45 PM
right. Check if you have added supertokens connectionuri correctly on the backend
z

zuverliebt.

04/05/2023, 7:46 PM
js
connectionURI: "http://localhost:3567"
yes
and it workd
r

rp

04/05/2023, 7:47 PM
and if you visit http://localhost:3567/hello on your browser, what does it return?
z

zuverliebt.

04/05/2023, 7:47 PM
Hello
r

rp

04/05/2023, 7:47 PM
and are you running the node process in docker?
z

zuverliebt.

04/05/2023, 7:47 PM
no
r

rp

04/05/2023, 7:47 PM
which version of the supertokens core are you using?
z

zuverliebt.

04/05/2023, 7:47 PM
4.6
r

rp

04/05/2023, 7:48 PM
try using postman and sending the request and see what response you get
copy the request from the network tab and fire it in postman
z

zuverliebt.

04/05/2023, 7:49 PM

https://cdn.discordapp.com/attachments/1093223173425729626/1093261119650529421/image.png

r

rp

04/05/2023, 7:49 PM
send a request properly please
z

zuverliebt.

04/05/2023, 7:51 PM
I've never used Postman before
ah i see
Which method should I use to send the request?

https://cdn.discordapp.com/attachments/1093223173425729626/1093263751672774797/image.png

https://cdn.discordapp.com/attachments/1093223173425729626/1093263863954296893/image.png