ElevenPaths / thethe

thethe
GNU Affero General Public License v3.0
116 stars 30 forks source link

loading theThe #24

Open heymume23 opened 4 years ago

heymume23 commented 4 years ago

Try to access TheThe service but the login window appears and then a loading window "(localhost / wait) without being able to enter credentials all services started fine

imagen

deibit commented 4 years ago

Hola @heymume23

We need more information to figure out what is happening.

Put here the meaningful pieces of thethe_server logs when it is happening:

docker logs thethe_server -f

Also, take into account that the server has a minimal warmup time before being operative.

Saludos.

christian2392 commented 3 years ago

I get the same error when I install it using docker compose up or when using update.sh. I solved the problem or at least the installation does not give problems by following the following steps:

  1. Clone site --> git clone https://github.com/ElevenPaths/thethe.git
  2. Clone the folders thethe_frontend, thethe_server -->git clone https://github.com/ElevenPaths/thethe_frontend.git git clone https://github.com/ElevenPaths/thethe_server.git
  3. Run ./install.sh
  4. Run ./start.sh
  5. Open de browser https://127.0.0.1
  6. I hope it works for you