-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thread 'main' panicked at 'Missing WS_URL environment variable.: NotPresent', src/util/variables.rs:16:43 note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
#24
Comments
does your docker compose look like this? "env_file: .env" voice: |
I just saw that the wormhole was not present in the docker-compose. So I will put what you sent and try |
Share your .env file and hide your token and replace any IPs with text explaining where it leads to so we can inspect if it is setup correct |
Hello, here is my .env file |
Just copy & paste it here in the comments, I will not download anything. To make matters clear, your .env file must be setup correctly. Here's an example of how our .env-file is setup in a working Vortex-server:
|
Here's my configuration (in comments)
|
ws_url should be the same as your voso public url. and im not sure if it matters but try removing all the spaces in front of the parameters here is an example of my .env file Vortex configurationWS_URL=wss://voso.domain.net |
Hello, it still doesn't work :/ |
In an effort to clean up the global issue tracker, I'm currently consolidating all issues regarding self-hosting Vortex into #23 (comment). |
Hello everyone, I decided to create a new issue because I didn't get any answer on the old one (and I think the problem is not related to the old one so I closed it and I made a copy and paste here)
I thank you in advance for all the people who will help me. Here is the message I had sent:
Hello everyone. First of all, sorry for the delay I took. I just wanted to say that my problem concerning Vortex is still not solved. Indeed, when I try to start Vortex, I have the following error that appears:
thread 'main' panicked at 'Missing WS_URL environment variable.: NotPresent', src/util/variables.rs:16:43
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceI searched for several hours to solve this problem but could not find a solution. If you need any particular information (like API link, .env file information or anything else, please let me know)
I thank you in advance for your answer
The text was updated successfully, but these errors were encountered: