Hello,
I have setup a development environment with docker and everything was working smoothly until a couple days ago.
Now it seems that there is no connection between the browser and Odoo (seriously I don't know how to describe the situation).
When I try to reach out to Odoo Server from the browser nothing happens except the browser tab keeps loading.
I have inspected the network traffic by inspecting the tab and the request is pending.
PS: I have tried to include some screenshots but Odoo is throwing at me an Access Error, this one:
Access Error
You are not allowed to access 'ir.attachment' (ir.attachment) records. This operation is allowed for the following groups: - User types/Internal User - LATAM CRM/Tickets Custom Contact your administrator to request access if necessary
Any help please?
It really frustrating
Please check if the containers are running and also check the log entries. Some context information is also not harmful.
@Ermin
The container is running well.
By the way
I have an odoo 11ce instance running on a VPS and I use the auto_backup module to backup the database.
When I try to restore the database on my local dockerized odoo I get weird things:
1. Sometime the restoring succeeds but the user table (`res.users`) does not contain all data. It only contains default data.
It is the same case for `res.partner.` But all other tables contains their data
2. The second attempt I got this error:
```
psycopg2.IntegrityError: insert or update on table "ir_model" violates foreign key constraint "ir_model_write_uid_fkey"
DETAIL: Key (write_uid)=(19) is not present in table "res_users".
The restoring succeeds when using a virtual machine.