System Information
- Strapi Version: 3.4.0
- Operating System: Ubuntu 20.04 (LTS) x64
- Database: PostgreSQL
- Node Version: 12.20.0
- NPM Version: 6.14.8
Hi,
I’ve been following the tutorial for deploying on digitalocean and everything seemed to work fine. The server is running successfully under <my_ip>:1337
in production mode.
However when I try to access <my_ip>:1337/admin
the page gets stuck on the loading animation. The console reveals Failed to load resource: net::ERR_BLOCKED_BY_CLIENT localhost:1337/admin/init:1
. I’m not sure if I’ve misconfigured something or why the browser is trying to access localhost instead of <my_ip>
. Would appreciate any pointers.