strapi-tool-dockerize icon indicating copy to clipboard operation
strapi-tool-dockerize copied to clipboard

Unable to connect to Strapi Admin page

Open premedios opened this issue 1 year ago • 2 comments

🐛 Bug Report

Trying to access http://localhost:1337 returns a blank page

🤷‍♀️ What did you do

After running

docker-compose up -d

I clicked on the port link of the container in Docker Desktop (Windows)

⛔️ Error log

No error logs

🕵️‍♀️ Stack trace

No Stack Trace

## 🙇‍♀️ Expected behavior/code

Expected to see "Create admin user" page

## 👩‍💻 Environment

- 📦 Node version: 18-alpine as per generated Dockerfile
- 💻 OS: Windows 11

## 💡 Possible Solution

<!-- Only if you have suggestions on a fix for the bug -->

## 📺 Additional context/Screenshots

Dockerfile has not been modified
.docker_compose.yml has not been modified

premedios avatar Feb 14 '24 10:02 premedios

What's the output of the container log, Is it running or any errors in it. Also what's the ip your trying to access

Eventyret avatar Feb 14 '24 10:02 Eventyret

The container logs have no errors. It ends indicating the url http://localhost:1337/admin. That is the url I'm trying to access.

premedios avatar Feb 14 '24 13:02 premedios