buraste / strapi-nextjs-docker-boilerplate

🎨 Boilerplate for building Dockerized 🐳 applications using Strapi v4 + Next.js + Postgres +Nginx
https://github.com/burakibis/strapi-nextjs-docker-boilerplate
MIT License
78 stars 19 forks source link

Having an issue deploying to DO Droplet #5

Open kellenwiltshire opened 1 year ago

kellenwiltshire commented 1 year ago

I'm having an issue getting the production Admin page working on a Digital Ocean Droplet. Docker seems to be building it fine, and I can access /strapi without issue, but when I try to access /strapi/admin I either get a blank white screen, or a darker screen with a toast notification stating there was an issue communicating with the API.

Any ideas?

DavidCodesDev commented 1 year ago

I have the same issue, anyone?

I know it's cause it fetches the wrong url if you inspect the request urls in Network tab, but no idea how to fix that