Giter Site home page Giter Site logo

Comments (4)

michalkow avatar michalkow commented on May 18, 2024 1

Thank you! That solved the problem for me!

from ever-traduora.

anthonynsimon avatar anthonynsimon commented on May 18, 2024

Hey, just a couple of questions: do you have any configuration override? are you running it via the docker image or a fresh build from source?

from ever-traduora.

michalkow avatar michalkow commented on May 18, 2024

It is fresh build from source. Here is my configuration:

NODE_ENV=dev
TR_PORT=8080
TR_SECRET=Mysecret
TR_VIRTUAL_HOST=traduora.mydomain.com

TR_DB_HOST=127.0.0.1
TR_DB_PORT=3306
TR_DB_DATABASE=tr_dev
TR_DB_USER=root
TR_DB_PASSWORD=mypassword

TR_CORS_ENABLED=false
TR_ACCESS_LOGS_ENABLED=true
TR_AUTH_TOKEN_EXPIRES=86400
TR_SIGNUPS_ENABLED=true
TR_MAX_PROJECTS_PER_USER=100
TR_DEFAULT_PROJECT_PLAN=open-source
TR_DB_AUTOMIGRATE=true

TR_MAIL_DEBUG=false
[email protected]
TR_MAIL_HOST=smtp.ethereal.email
TR_MAIL_PORT=587
TR_MAIL_SECURE=false
[email protected]
TR_MAIL_PASSWORD=3mJgh1g9dpMf3uZaBM

from ever-traduora.

anthonynsimon avatar anthonynsimon commented on May 18, 2024

I'm only able to reproduce this if I start the application anywhere else other than the in the dist folder.

Assuming the following commands run from the project root:

Works:

cd dist
node src/main.js

I get the same error posted:

node dist/src/main.js

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.