Cannot Add domain. #308
-
|
I get an error when trying to add a domain.
Output of output of
so the line 203 in Domain.php is getting resolved correctly but I'm unable to figure out what happens after that, that causes it to fail. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Ok, I guess I figured it out and I was being silly. |
Beta Was this translation helpful? Give feedback.

Ok, I guess I figured it out and I was being silly.
I noticed the anonaddy logs show
"POST /api/v1/domains HTTP/1.1" 401 41which meant that the api was getting 401'd
I then noticed I'd incorrectly set the APP_DOMAIN Variable.
Fixing this Resolved the issue.