Hello, I'm trying to open a contact's page on web browser from the controller via a method with the @http.route decorator I tried with the following statement:
'''
url="my URL"
request.redirect(url)
webbrowser.get('google-chrome').open(url)'''
even trying to open just google chrome browser it doesn't work
os.system("PATH_chrome")can you help me to solve this.
thank you.