Language provider from `nixpacks.toml` is not used
Project:
f6bf90d2-8b23-4b9c-bfb2-49eabce8e261
Contents of nixpacks.toml
:
Contents of railway.toml
:
No provider gets used:
-------------
The result is identical if I specify the provider as providers = ["...", "java"]
to allow for provider autodiscovery.2 Replies
Project ID:
f6bf90d2-8b23-4b9c-bfb2-49eabce8e261
(cont)
I think I got the project into bad state because I used to tinker with the providers in the UI before using config-as-code. I manually removed the previous providers (one autodiscovered + one manually set) from the UI. Now the explicitly configured provider from config-as-code isn't picked up and no providers get autodiscovered either.
Note that I fixed this by disabling config-as-code, specifying the language provider in the UI, then reenabling config-as-code