Deployed strapi admin panel trying to hit localhost:1337

rm -r .cache build node_modules yarn.lock package-lock.json
yarn
yarn build
yarn dev

worked for me, too