strapi-tool-dockerize
strapi-tool-dockerize copied to clipboard
Unable to connect to Strapi Admin page
🐛 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
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
The container logs have no errors. It ends indicating the url http://localhost:1337/admin. That is the url I'm trying to access.