A pinned port is required as many services require a hard-codes the base URL. ``` foundry config set port <N> ``` Error: Throws an internal error in 0.10.0, so the port must be pinned Workaround ``` Foundry server start --port 39839 ```
A pinned port is required as many services require a hard-codes the base URL.
Error: Throws an internal error in 0.10.0, so the port must be pinned
Workaround