I am getting an error that I am not sure how to troubleshoot. Here is the error when I run in debug...
j
I am getting an error that I am not sure how to troubleshoot. Here is the error when I run in debug mode:
r
hey @jconnor3351 are you self hosting the core?
j
Yes, we are.
r
right. Whats the connrection uri that you have configured?
j
connectionURI: "http://127.0.0.1:3567",
If I do a supertokens list I get: -> Instance PID: 1299551, address: localhost:3567, config file loaded: /usr/lib/supertokens/config.yaml
I think I got it resolved. The .createServer key,cert,ca paths didn't look correct so I made a change to what looked correct to me. After that the server started. I am not sure why it was working before though... I will keep watching it.
Here is what it was set to originally:
This is what I changed it to:
3 Views