Describe the bug
When entering a DB link, the app fails to fetch journey data. The domain app.vendo.noncd.db.de cannot be resolved, even though general internet connectivity works fine.
To Reproduce
Steps to reproduce the behavior:
- Open BetterBahn locally
- Paste a DB journey link into the input field
- See error
Expected behavior
The app should fetch and display alternative prices for the given journey.
Screenshots
N/A
Desktop (please complete the following information):
- OS: Windows 11
- Browser: Chrome, Edge (tested both)
- Version: latest
Smartphone (please complete the following information):
N/A
Additional context
Error message in PowerShell:
TRPC Error: request to https://app.vendo.noncd.db.de/mob/angebote/fahrplan failed, reason: getaddrinfo ENOTFOUND app.vendo.noncd.db.de
The domain app.vendo.noncd.db.de cannot be resolved via ping either, while other domains like google.com work fine. DNS was changed to 8.8.8.8 without success. Running a local installation, no VPN or cloud involved.
Describe the bug
When entering a DB link, the app fails to fetch journey data. The domain
app.vendo.noncd.db.decannot be resolved, even though general internet connectivity works fine.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app should fetch and display alternative prices for the given journey.
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
Error message in PowerShell:
TRPC Error: request to https://app.vendo.noncd.db.de/mob/angebote/fahrplan failed, reason: getaddrinfo ENOTFOUND app.vendo.noncd.db.deThe domain
app.vendo.noncd.db.decannot be resolved via ping either, while other domains like google.com work fine. DNS was changed to 8.8.8.8 without success. Running a local installation, no VPN or cloud involved.