This question has been flagged

Hey everybody

A while back I downloaded Odoo 8 on Ubuntu 14.04 and installed the eCommerce module.
I've developed this on a local machine and I've now put it online on a server.
Since I've placed the shop online I am noticing a severe waiting time (of over two minutes) after clicking on the pay now button.
You can see the delay here: http://i.imgur.com/QIBPGlg.png
And the details here: http://i.imgur.com/PMjaAZ3.png

Could anybody give me any information or hints about how to solve this or what causes this?
Yenthe

Avatar
Discard
Author Best Answer

Turns out the problem was caused by our internal network setup and Odoo not being able to access our CSS/resources.
If anybody has a similar problem, the fix is very easy.

1. Go to settings > Technical > Parameters > System parameters
2. Make a new paramater

  • Name: web.base.url.freeze
  • Value: True

3. Edit the parameter web base.url and place the ip on http://0.0.0.0:8069
4. Refresh and everything is fixed.

Avatar
Discard

i have exact same issue on docker container, but i this solution is not working for me

Best Answer

for me it was the issue,

our instance was unable to connect to smtp server, it was keep connecting to smtp server, please ensure that your smtp server is connected and working,


Thanks

Avatar
Discard