How to access website deployed on Coder on your local laptop?

  1. Install Coder Desktop. Approve any system permissions, login, and enable "Coder Connect" in icon in Mac's top menu bar.
  2. Open <WORKSPACE_NAME>.coder:<PORT>.
    • Suppose if your web app is getting served at port 8000, workspace name is Amber, then you can access the remote webserver at URL Amber.coder:8000.
    • If you are using Django, add Amber.coder to ALLOWED_HOSTS.

Related post