dungtruongtien / kewe-crawler

0 stars 0 forks source link

[Bug] The login feature of the deployed application doesn't work #19

Open longnd opened 7 months ago

longnd commented 7 months ago

Issue


The deployed application, found at https://kewecrawling.info/ failed to let the user login. I tried with the provided account (admin@gmail.com/abc123) as well as registering a new account, both failed with a general error: Logging in Registering
image image

The same issue happens if running the application locally using Docker

Expected

-- The login & registration feature should work as expected.

Steps to reproduce

  1. Go to https://kewecrawling.info/
  2. Login using this user (admin@gmail.com/abc123) or registering for a new account
  3. Both features don't work
dungtruongtien commented 7 months ago

Sorry about this inconvenience. I tested all of this before submitting to you (both locally and deployed environment) and it all worked, I'll trace and try to fix it in deployed environment later.

Please help me to check that when you run locally. Is there any problem with any containers? Did they all start well? Did init.sql was execcuted in postgres when initiation?

longnd commented 7 months ago

Did they all start well

Yes, all containers run without any issues; the web app functioned and sent the request to the API; as you can see in the screenshot in the first comment, it's the API endpoint failed (INTERNAL_ERROR)

I did not try to investigate further, and it took time, I ended up setting up the services directly on my local (without Docker) instead and managed to have all of the apps up and running