If I run the following installer as admin, the ins...
# support-questions-legacy
z
If I run the following installer as admin, the installer closes immediately. What can I do?
r
i don't understand the problem. Can you rephrase.
z
If I try to run the file as an administrator like it says in the docs, the window closes immediately:
r
try with the CLI instead
z
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
z
and this? c':
r
will need more info about whats the error etc.
z
where can i find the error
r
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
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 :
Copy 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:
Copy code
js
app.use(errorHandler())
r
what do you see on the network tab?
on chrome
z
r
Right, so you can add a custom error handler on the backend and see whats the error stack
z
how?
r
google it
z
in javascript
I can't find anything, I'm sorry
r
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
I haven't set up a frontend yet, just connected to the backend
r
right. Check if you have added supertokens connectionuri correctly on the backend
z
Copy code
js
connectionURI: "http://localhost:3567"
yes
and it works
r
and if you visit http://localhost:3567/hello on your browser, what does it return?
z
Hello
r
and are you running the node process in docker?
z
no
r
which version of the supertokens core are you using?
z
4.6
r
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
r
send a request properly please
z
I've never used Postman before
ah i see
Which method should I use to send the request?
3 Views