Skip to content

[Issue] Nym QUIC Bridge config bridges.toml file parsing error #6141

@p17o

Description

@p17o

Describe the issue
quic_bridge_deployment.sh deploys a config file to /opt/nym-bridge/bridges.toml. The nym-bridge service file (also deployed by the same script) has ExecStart=/usr/local/bin/nym-bridge --config /opt/nym-bridge/bridges.toml and when starting journalctl shows the following:

systemd[1]: nym-bridge.service: Failed with result 'exit-code'.
systemd[1]: nym-bridge.service: Scheduled restart job, restart counter is at 4.
systemd[1]: Started nym-bridge.service - Nym QUIC Bridge.
nym-bridge[17006]: Error: failed to parse config
nym-bridge[17006]: Caused by:
nym-bridge[17006]:     TOML parse error at line 1, column 1
nym-bridge[17006]:       |
nym-bridge[17006]:     1 | # Nym QUIC Bridge Configuration

Expected behaviour
No error.

Stack Traces
Shown above.

Steps to Reproduce
Use a clean ubuntu 24 image (e.g. through podman) and follow https://nym.com/docs/operators/changelog#quic-transport-bridge-deployment

Metadata

Metadata

Labels

bugSomething isn't workingbug-needs-triageA bug that needs discussing and triageneeds-triageqaQuality Assurance

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions