I would like to make a simple user management in m...
# support-questions-legacy
j
I would like to make a simple user management in my Vue3 app. I am attempting to recreate some of the get requests that I monitor in the Dashboard app but I keep getting errors like: "Error: SuperTokens core threw an error for a POST request to path: '/recipe/dashboard/session/verify' with status code: 400 and message: Field name 'sessionId' is invalid in JSON input". I am testing with curl GET commands with dashboard/api/users and sending a cookie. I see that when the browser does the get request it sends the same information and gets a JSON object returned. Do I need more than just the cookie when doing the curl GET request?
2 Views