Skip to content

Notification from email doesn't work #5323

Closed Answered by chriswk
tipmg asked this question in Q&A
Discussion options

You must be logged in to vote

So, there are two error messages here, one is complaining about not being able to construct a valid URL, the other is complaining about SSL version numbers.

For the first one, ensure your UNLEASH_URL is a valid URL, that is, don't exclude the protocol prefix http:// https:// when writing it out. If you host it on a subpath, remember to include the entire URL to reach your server in the UNLEASH_URL environment variable, and set BASE_PATH_URI to the suffix after your server name. In the error log above

input: 'unleash.dev1.amediateka.tech/new-user?token=token'

UNLEASH_URL should be https://unleash.dev1.amediateka.tech and BASE_PATH_URI can be empty, since it seems like you use subdomains r…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@tipmg
Comment options

@chriswk
Comment options

Comment options

You must be logged in to vote
2 replies
@tipmg
Comment options

@chriswk
Comment options

Answer selected by nunogois
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants