Looks like this is the problem with creating invitation links. When I tried to run the below command in redash server container
PYTHONPATH=. bin/run ./manage.py users invite toemail@gmail.com ToName me@gmail.com, I get the below error:
raise RuntimeError('Application was not able to create a URL ’
RuntimeError: Application was not able to create a URL adapter for request independent URL generation. You might be able to fix this by setting the SERVER_NAME config variable.
I’ve even added this variable as environment in env file:
But no luck… it still shows the same error.
Please help