Could you try to open the tool to see if the console prints out any messages?
macOS: cmd + option + i
Windows: alt + 7 + 8
Which version of Apidog are you currently using?
Versão 2.6.21 (2.6.21)
I just downloaded and reinstalled again, since I opened it earlier and I got the error. Then I downloaded this version above.
May I ask if this is your first time opening Apidog and if your OS language is Portuguese?
My macbook is from Portugal. I am Brazilian. But I live in Switzerland. It’s not the first time I’ve used the program. I’m taking a Java course that uses Apidog and I’ve been using it for three days. However, yesterday I saved my two new requests and closed the program. Today when I went to open it again, it opened, but soon got this white screen. Then I uninstalled and reinstalled the program again and it still has the screen like this.
You can try to change the value in the localStorage, set it to en-US
, and click the refresh button in the top right corner.
em, it seems to work for me. Perhaps you should hit the Enter
after you change the value? Both values need to be changed.
I tried swapping the two values and it seems to work when I update the developer tool. But then when I update the page, even deleting the pt-PT it reappears and if I close the developer tool and refresh the page and open the tool again the pt-PT appears as selected according to the prints in order 1,2,3 .
Sorry for the inconvenience caused to your work. You can manually restore it like this for now.
- Open developer tools using
cmd+option+i
. - Switch to the
Console
tab. - Enter and press Enter in the console:
localStorage.setItem('common.userLocale', '"en-US"'); window.location.reload();
Thank you very much for the support. It worked out. It appeared normal again on my screen. Have a great day.