I am trying to follow the instruction with the example and it works fine using the command:
pa website create --domain YOURUSERNAME.pythonanywhere.com --command '/home/YOURUSERNAME/.virtualenvs/my_venv/bin/gunicorn --worker-class eventlet -w 1 --chdir /home/YOURUSERNAME/Flask-SocketIO/example --bind unix:${DOMAIN_SOCKET} app:app'
pa website get
shows me the app with the domain name
But as I have an EU account it didnt work so I tried the same but using YOURUSERNAME.eu.pythonanywhere.com
didn´t create the website. It showed the message < All done! Your site ...> but using pa website get
showed me no domains active.
Am I doing something wrong?