You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue where my PrestaShop setup redirects the domain to localhost:8080 when i use browser instead of the actual domain set for my shop.
Steps to Reproduce
Use ubuntu 22.04
Set up PrestaShop in a Docker container.
Use Caddy as the web server.
Access https://shop.mydomain.com.
Expected Behavior
The shop should open correctly without redirecting to localhost:8080.
Actual Behavior
The shop redirects to localhost:8080, causing a failed page load.
Description
I'm experiencing an issue where my PrestaShop setup redirects the domain to
localhost:8080
when i use browser instead of the actual domain set for my shop.Steps to Reproduce
Use ubuntu 22.04
https://shop.mydomain.com
.Expected Behavior
The shop should open correctly without redirecting to
localhost:8080
.Actual Behavior
The shop redirects to
localhost:8080
, causing a failed page load.My Caddyfile
I use the docker compose file from the doc
The text was updated successfully, but these errors were encountered: