question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Live slack clone sign-up not working

See original GitHub issue

Bug 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

  1. Go to http://supabase-slack-clone.supabase.vercel.app/
  2. Enter valid email and password
  3. Click on 'Sign up
  4. 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:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
kiwicopplecommented, Dec 22, 2020

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 😃

1reaction
ykdojocommented, Dec 29, 2020

I tried signing up again, and I got this error: image

Here’s the error on my Chrome console: image

It looks like it’s still pointing to a deleted database? @kiwicopple

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found