You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to run multiple instances of Torii locally, each pointing to a different world, using configuration files. However, when attempting to launch a second instance with a config file, it does not start correctly.
To Reproduce
Steps to reproduce the behavior:
Start the first instance of Torii (by default, it uses port 8081).
Launch the second instance using a configuration file.
Expected behavior
Torii should allow launching multiple instances locally using configuration files.
Actual behavior
The second instance does not start correctly when using a configuration file. However, if I manually specify the parameters in the command line, it works as expected.
Additional context
If I start the second instance with this command, it works correctly:
Describe the bug
I would like to run multiple instances of Torii locally, each pointing to a different world, using configuration files. However, when attempting to launch a second instance with a config file, it does not start correctly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Torii should allow launching multiple instances locally using configuration files.
Actual behavior
The second instance does not start correctly when using a configuration file. However, if I manually specify the parameters in the command line, it works as expected.
Additional context
If I start the second instance with this command, it works correctly:
The text was updated successfully, but these errors were encountered: