Live slack clone sign-up not working
See original GitHub issueBug report
In the repo example https://github.com/supabase/supabase/tree/master/examples/nextjs-slack-clone the live example hosted doesn’t work.
Describe the bug
When I try to sign up in the live demo hosted at this url http://supabase-slack-clone.supabase.vercel.app/
Request has been terminated
Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.
To Reproduce
- Go to http://supabase-slack-clone.supabase.vercel.app/
- Enter valid email and password
- Click on 'Sign up
- See error alert with message displayed above
Expected behavior
I expected the sign up form to work.
System information
- OS: macOS
- Browser : chrome
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Troubleshoot connection issues | Slack
If you're having trouble connecting to Slack on the desktop app or in a browser, learn more about connection issues and how to...
Read more >Change the way the Slack clone example handles localStorage
I'm mostly looking at these two lines: supabase/examples/nextjs-slack-clone/pages/_app.js Line 15 in 559f909 const user = localStorage.
Read more >How to Build a Team Messenger Site With React (Slack Clone)
Building a chat app used to be a big piece of work but it is possible to ... The aim of this tutorial...
Read more >Building a Slack Clone Using Vue Part 1 - Vonage Developer
The idea is that if any issues occur on the server, the client will receive the error, gracefully handle it, and inform the...
Read more >React Slack Clone App | Back4app Guides
To build a Slack clone application on React using the @parse/react hook. ... catch (error) { alert(error); return false; } }; // Makes...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Possibly related to this one: https://github.com/supabase/supabase/issues/421
YK is improving the codebase for the Slack clone now, so we can address this in one fell swoop 😃
I tried signing up again, and I got this error:
Here’s the error on my Chrome console:
It looks like it’s still pointing to a deleted database? @kiwicopple