Iam using Appium-Inspector-windows-2024.2.2-x64 . I have allowed cors from advanced settings . Still when Iam trying to start the session Iam getting this error that
" Could not connect to Appium server URL ‘http://0.0.0.0:4723/’. Please check if the server is running and the URL is correct (valid URLs can be found at the start of the Appium server log). If you are using the Inspector’s browser version, ensure the server has been started with ‘–allow-cors’."
These are my desired capabilities:
{
"platformName": "Android",
"appium:platformVersion": "13",
"appium:deviceName": "Oneplus Nord CE2",
"appium:automationName": "UiAutomator2",
"appium:appPackage": "com.app.user",
"appium:appActivity": "com.app.user.ui.activity"
}
These are my Appium server details

Hi @Alekse I have installed appium from official github link .
I have used appium server GUI to start the server . with cors enabled in advanced settings
and then I have clicked on search icon in appium server GUI then it redirected to github link where I donwloaded appium inspector tool the I have connected my personal device and started the appium server using GUI and then I have navigated to appium inspector tool given the capabilities and clciked on start session
uuuu. use terminal better to start it. And install Appium server without GUI with command line. You can later use BOTH as far as they install in different folders.
I have used the terminal as you said and it worked . Sure I will make note of the alternatives which you have given . Thanks once again for taking time in helping me.