Lesson 13: Ganache server hostname drop down menu options have disappeared #331
-
Hi, I'm trying to deploy update_front_end.py using Ganache but it looks like the server hostname settings have changed and only give me one option 'HOSTNAME 0.0.0.0 - All Interfaces'. I used to have a WSL option for http://172.21.176.1:8545. Anyone else encountering similar? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@ChristianG77 Yes this happens due to a bug related with WSL, as you create a new host when you start a WSL terminal, ganache UI is upset because it can find that host, I hope the devs improve this for future releases, for now is a workaround to solve this. first of all close ganache an then follow this steps:
If you want no get rid off this, just remember to change the hostname in ganache after closing it, yes i know is a pain in the a** but is the only solution for now. |
Beta Was this translation helpful? Give feedback.
@ChristianG77 Yes this happens due to a bug related with WSL, as you create a new host when you start a WSL terminal, ganache UI is upset because it can find that host, I hope the devs improve this for future releases, for now is a workaround to solve this.
first of all close ganache an then follow this steps:
%appdata%
If you want no get rid off this, just remember to change the hostname in ganache after closing it, yes i know is a pain in the a** but is the only solution for now.