Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot login at browser remotely #2348

Open
ddr5ecc opened this issue Mar 15, 2024 · 4 comments
Open

Cannot login at browser remotely #2348

ddr5ecc opened this issue Mar 15, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@ddr5ecc
Copy link

ddr5ecc commented Mar 15, 2024

What happened?

Screenshot 2024-03-15 at 11 00 09 Screenshot 2024-03-15 at 10 58 51

I can access the supabase and make a new account: a@a, with a simple password a.
However, when I get into the web UI, pressing the "login" button, nothing responded at all.

According to #2262, "supabase db reset" might work before but not work for me.

Any suggestions? Thanks in advance.

Relevant log output

No response

Twitter / LinkedIn details

No response

@ddr5ecc ddr5ecc added the bug Something isn't working label Mar 15, 2024
@jerry123cao
Copy link

so am i,ressing the "login" button, nothing responded at all

@ddr5ecc
Copy link
Author

ddr5ecc commented Mar 17, 2024

Screenshot 2024-03-17 at 09 57 21

I found similar errors in Supabase log: Kong API, Postgres, PostgREST, Auth, Storage, Realtime. They all have errors on fetching data.

My environment: Ubuntu 23.10 amd64 container in Proxmox 8.1.3.
I have tried it in Debian 12 container with the same results.

@ddr5ecc
Copy link
Author

ddr5ecc commented Mar 18, 2024

Here are some error messages:

`
flower | 2024-03-18 00:25:18,361:WARNING - Inspect method active_queues failed
flower | 2024-03-18 00:25:18,362:WARNING - Inspect method registered failed
flower | 2024-03-18 00:25:18,363:WARNING - Inspect method scheduled failed
flower | 2024-03-18 00:25:18,367:WARNING - Inspect method reserved failed
flower | 2024-03-18 00:25:18,368:WARNING - Inspect method active failed
flower | 2024-03-18 00:25:18,386:WARNING - Inspect method revoked failed
flower | 2024-03-18 00:25:18,392:WARNING - Inspect method stats failed
flower | 2024-03-18 00:25:18,394:WARNING - Inspect method conf failed
worker | [2024-03-18 00:25:18,472: WARNING/MainProcess] /usr/local/lib/python3.11/site-packages/celery/worker/consumer/consumer.py:507: CPendingDeprecationWarning: The broker_connection_retry configuration setting will no longer determine
worker | whether broker connection retries are made during startup in Celery 6.0 and above.
worker | If you wish to retain the existing behavior for retrying connections on startup,
worker | you should set broker_connection_retry_on_startup to True.
worker | warnings.warn(
worker |

worker | [2024-03-18 00:25:19,658: ERROR/ForkPoolWorker-2] Task celery_worker.process_integration_brain_sync[0696d2c2-a899-4794-ad6b-3ae5086cdf19] raised unexpected: TypeError("'NoneType' object is not iterable")
worker | Traceback (most recent call last):
worker | File "/usr/local/lib/python3.11/site-packages/celery/app/trace.py", line 477, in trace_task
worker | R = retval = fun(*args, **kwargs)
worker | ^^^^^^^^^^^^^^^^^^^^
worker | File "/usr/local/lib/python3.11/site-packages/celery/app/trace.py", line 760, in protected_call
worker | return self.run(*args, **kwargs)
worker | ^^^^^^^^^^^^^^^^^^^^^^^^^
worker | File "/code/celery_worker.py", line 192, in process_integration_brain_sync
worker | for integration in integrations:
worker | TypeError: 'NoneType' object is not iterable

`

@ddr5ecc
Copy link
Author

ddr5ecc commented Mar 18, 2024

Screenshot 2024-03-17 at 17 56 23

I got progress.
I can login inside the container.

Here are the updated issues:

  1. How to make quivr accessible for local network.
  2. Solving "Type Error: Fail to Fetch".

@ddr5ecc ddr5ecc changed the title Cannot login at browser Cannot login at browser remotely Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants