Bug report
Describe the bug
Hi there, I think I have an issue with the API. I created a new project, and inside, a table with some demo data. Then I wanted to fetch it with the JS Lib, but the HTTP Request only shows "Pending... " and after a while I get ERR_CONNECTION_TIMED_OUT. This happens to all requests, either to my demo table or to auth endpoints. What can I do?
To Reproduce
- Create a fresh new project
- Create a table and add any demo data
- Try to connect to Supabase api with the JS Library
Expected behavior
No outtimed connections
System information
- OS: macOS 11.4 (Mac Mini M1)
- Google Chrome v92
- Version of supabase-js: 1.4.2
- Version of Node.js: v15.8.0
Additional
Of course, I already tested my internet connection etc. Everything works fine. On another supabase project, also with js (vue), everything works perfectly fine with the API calls. So it looks like it has something to do with this project.
Bug report
Describe the bug
Hi there, I think I have an issue with the API. I created a new project, and inside, a table with some demo data. Then I wanted to fetch it with the JS Lib, but the HTTP Request only shows "Pending... " and after a while I get ERR_CONNECTION_TIMED_OUT. This happens to all requests, either to my demo table or to auth endpoints. What can I do?
To Reproduce
Expected behavior
No outtimed connections
System information
Additional
Of course, I already tested my internet connection etc. Everything works fine. On another supabase project, also with js (vue), everything works perfectly fine with the API calls. So it looks like it has something to do with this project.