Coder Social home page Coder Social logo

Comments (9)

vvadymk avatar vvadymk commented on June 2, 2024 1

Hi @evereq. Yes, I will be able to look into those issues this week

from ever-traduora.

vvadymk avatar vvadymk commented on June 2, 2024 1

Hi @evereq! Sorry, I have a lot of work last weeks. I remember what need to be fixed here, I will add this task to my calendar for this weekend. I will do it.

from ever-traduora.

vvadymk avatar vvadymk commented on June 2, 2024 1

Hi @evereq . Just let you know, I am working on fix, it is in progress. Will finish it soon

from ever-traduora.

evereq avatar evereq commented on June 2, 2024

Duplicate to #75, but let's keep it open for now till we finish it as PR connected to it :)

from ever-traduora.

evereq avatar evereq commented on June 2, 2024

@vvadymk , I tried your PR (merged it to our repo branch and did few tiny improvements). I was able to register / login and create project, etc, but I am getting error in the terminal output (not in UI), see below

postgresdb  | 2023-09-16 19:08:09.388 UTC [82] ERROR:  missing FROM-clause entry for table "projectlocale" at character 8
postgresdb  | 2023-09-16 19:08:09.388 UTC [82] STATEMENT:  SELECT projectLocale.localeCode AS "localeCode", count(*) AS "translated" FROM "project_locale" "projectLocale" LEFT JOIN "translation" "translations" ON "translations"."project_locale_id"="projectLocale"."id" WHERE "projectLocale"."id" IN ($1) AND "translations"."value" <> '' GROUP BY localeCode
traduora    | QueryFailedError: missing FROM-clause entry for table "projectlocale"

I am using PostgreSQL v15, maybe it's related?
You can try using docker-compose I created if you pull branch https://github.com/ever-co/ever-traduora/tree/feat/postgres and run docker-compose -f .\docker-compose.postgres.yaml up --build

from ever-traduora.

evereq avatar evereq commented on June 2, 2024

Hey @vvadymk will you be able to take a look into those issues over the next weeks?

from ever-traduora.

evereq avatar evereq commented on June 2, 2024

Hey @vvadymk I assume you did not have time to finalize this one, should I assign our engineer to work on it? (unless you already make it working?)

from ever-traduora.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.