Subject
[Stage]: Other. Please describe below.
Describe the bug
Describe the bug
I am trying to download the official Ubuntu 24.04 prebuilt OpenROAD binary from:
https://vaultlink.precisioninno.com/
After entering my email address, the website displays:
"Registration successful. An email has been sent"
However, no authorization email is ever received.
What I tried
- Gmail account
- Desktop browser (Brave/Chromium)
- Mobile browser
- Waited more than 12 hours
- Checked Inbox, Spam, Promotions and Junk folders
- Tried multiple times
Browser/API behavior
POST /api/registration
Status:
200 OK
Response:
{
"message": "Registration successful. An email has been sent"
}
Immediately afterwards,
GET /api/registration/check
returns
401 Unauthorized
Since the authorization email never arrives, the browser cannot be authorized and the download cannot proceed.
Environment
OS:
Windows 10 + Ubuntu 24.04 (WSL)
Browser:
Brave (Chromium)
Expected Behavior
The authorization email should be delivered so that the browser can be authorized and the Ubuntu 24.04 prebuilt .deb package can be downloaded.
Could you please check whether the VaultLink email service is working or provide an alternative official download method for the Ubuntu 24.04 package?
Thank you.
Environment
Not applicable.
The issue occurs before OpenROAD can be downloaded.
I am unable to run ./etc/Env.sh because I cannot obtain the OpenROAD package due to the VaultLink authorization email not being delivered.
To Reproduce
- Open https://vaultlink.precisioninno.com/
- Enter a valid email address.
- Click the Ubuntu 24.04 download button.
- The website responds with:
{
"message": "Registration successful. An email has been sent"
}
- No authorization email is received.
- The browser repeatedly checks:
GET /api/registration/check
which always returns
401 Unauthorized
As a result, the download cannot proceed.
Relevant log output
Screenshots
No response
Additional Context
No response
Subject
[Stage]: Other. Please describe below.
Describe the bug
Describe the bug
I am trying to download the official Ubuntu 24.04 prebuilt OpenROAD binary from:
https://vaultlink.precisioninno.com/
After entering my email address, the website displays:
However, no authorization email is ever received.
What I tried
Browser/API behavior
POST /api/registration
Status:
200 OK
Response:
{
"message": "Registration successful. An email has been sent"
}
Immediately afterwards,
GET /api/registration/check
returns
401 Unauthorized
Since the authorization email never arrives, the browser cannot be authorized and the download cannot proceed.
Environment
OS:
Windows 10 + Ubuntu 24.04 (WSL)
Browser:
Brave (Chromium)
Expected Behavior
The authorization email should be delivered so that the browser can be authorized and the Ubuntu 24.04 prebuilt .deb package can be downloaded.
Could you please check whether the VaultLink email service is working or provide an alternative official download method for the Ubuntu 24.04 package?
Thank you.
Environment
To Reproduce
{
"message": "Registration successful. An email has been sent"
}
GET /api/registration/check
which always returns
401 Unauthorized
As a result, the download cannot proceed.
Relevant log output
Screenshots
No response
Additional Context
No response