B2Bitcoin / beBOP

Marvelous p2p bitcoin-based online sales platform
https://be-bop.io
GNU Affero General Public License v3.0
15 stars 3 forks source link

🐛 On docker-compose run, message "Delivery is not available in your country for some of the items of your cart." is nearly always displayed without legit motive #1199

Closed Tirodem closed 1 week ago

Tirodem commented 5 months ago

image tl;dr : on docker-compose run, I have this despite

It's also displayed on cart preview : image

But nothing anymore on checkout as there's no delivery : image

coyotte508 commented 3 months ago

Do you have git lfs installed?

What's the result of ls -lsah ./assets ?

Tirodem commented 3 months ago

I'll check, thanks. git-lfs is supposedly installed but training VPS was recycled for a pilot, I upped a new one tonight. Can it be related to what we saw earlier with nginx forward header & IP check ? Does it work with docker-compose install & run on be-BOP ?

coyotte508 commented 2 months ago

yes it may be related to nginx forward header & IP check, in that case setting the values in .env should be enough for docker

Tirodem commented 1 week ago

Conclusion (thanks to last pilots, we were able to test that enough) :

Only thing I didn't test is docker (non-compose) install but IMO it'll work with .env.local. @coyotte508 can we make some add-on on be-BOP readme to keep track of that ? Once done, we can close this ticket 👌

coyotte508 commented 1 week ago

This is already in the readme though?

https://github.com/B2Bitcoin/beBOP/blob/29993bd8173ee1a89872266312bdc72daaac1f7c/README.md#L60-L80

Or maybe do you mean adding a "reverse proxy" section in the docker compose section of the README?

Tirodem commented 1 week ago

My bad, didn't see it. It's cool so 👌