2👍
I am the author of that project. Its really impossible to answer you without knowing what steps you have taken to setup the project, but for that error, make sure of the following:
- The Odoo server is up and running in the backend and you can login.
- When you login with the front-end Vue app, you are using credentials that you know are working.
- If that fails, open the dev console of your browser and check the network log. Make sure that the authentication request is returning status code 200.
I know others that are using the project just fine without any issue, so I am going to assume that you need some technical help. Perhaps hire a software developer to assist you.
1👍
Actually, odooinvue
works fine. Read carefully the instructions, in development it shows how to start a traefik docker container in order to serve both odoo and Vue.js.
Note: If I am not wrong, the purpose is to use odooinvue as a pure frontend, so it’s not really an integration, basically you build vuejs (quasar
, specifically) apps with odoo used as a pure backend.
See also this answer, by odooinvue’s author