You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran the following commands in terminal: make init_docker and docker-compose up (Got a message mentioning " server is listening on 3000")
In new-terminal tab, docker container ls -a showed 3 containers
However, running the command make run_scripts_data_init throws an error: Property 'isAuthenticated' does not exist on type 'Request'. (Here's the screenshot of complete error)
Am I doing something wrong, or do I need to follow some other steps?
The text was updated successfully, but these errors were encountered:
@HiKanav Can you try the feature/firsttimesetup branch and let us know if that works better? I recently fixed various issues, although I ran it locally using Node.js and not Docker (other than the database).
Hi. Thanks for creating this library. I'm trying to install/run, it however I'm getting errors in the initial step.
Here's what I've tried so far:
make init_docker
anddocker-compose up
(Got a message mentioning " server is listening on 3000")docker container ls -a
showed 3 containersmake run_scripts_data_init
throws an error:Property 'isAuthenticated' does not exist on type 'Request'
. (Here's the screenshot of complete error)Am I doing something wrong, or do I need to follow some other steps?
The text was updated successfully, but these errors were encountered: