where is everyone inputting their IP address in the Radio App to connect servers, I am currently debating if its better to have it on a main page or hardcoded into the program to avoid errors
since you're using just the one server for your app, hardcoding is probably easiest. that way you don't have to input it every time people log into the app
Yeah, that's fine
Given how we are not using multiple servers for this project and we are always connecting to the same IP address, hardcoding it seemed more intuitive for this case. As you mentioned, preventing running into an issue.