Hi all,
We recently experienced a technical issue that caused users to have trouble accessing Bluebeam.com domains. The problem has been fixed, but it may take a little while for the fix to fully take effect everywhere due to how internet systems store temporary information.
Thank you for your patience as everything updates. Many users have full service now and most users should see a return to normal shortly. If you're still having trouble, try restarting your device or clearing your browser’s cache.
Clear your local DNS cache For Windows:
- Open the Command Prompt as an administrator. To do this, search for "cmd" in the Start menu, right-click on Command Prompt, and select Run as administrator.
- In the Command Prompt window, type ipconfig /flushdns and press Enter.
- You should see a confirmation message: "Successfully flushed the DNS Resolver Cache."
- Restart your machine.
For macOS:
- Open Terminal. To do this, go to Applications > Utilities > Terminal or search for "Terminal" in Spotlight.
- The command to clear the DNS cache varies slightly depending on your macOS version. Try one of the following:
- For macOS Big Sur and later:
- sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
- For macOS Catalina and earlier:
- sudo killall -HUP mDNSResponder
- You'll be prompted to enter your administrator password. Enter it and press Enter.