openstatusHQ / openstatus

🏓 The open-source synthetic monitoring platform 🏓
https://openstatus.dev
GNU Affero General Public License v3.0
6.12k stars 390 forks source link

Infinite redirects after signup + other errors running locally #315

Closed zackrw closed 1 year ago

zackrw commented 1 year ago

I've followed instructions in setup-env.mdx and things are mostly working, but I see this in my console:

Captura de pantalla 2023-09-19 a la(s) 12 11 33 p m

And this on my screen after signing up:

Captura de pantalla 2023-09-19 a la(s) 12 14 08 p m

It refreshes ever 1000ms per the setTimeout on the page. There is no other logging, and this is for a cloud turso.tech instance. I tried manually creating the workspace record in Turso and then navigating to that slug, but this leads to an "Error: Unexpected token N in JSON at position 4" error.

Captura de pantalla 2023-09-19 a la(s) 12 16 45 p m

Thanks for your help!

AmoabaKelvin commented 1 year ago

Hello @zackrw Thanks for reporting this!

Let me try and assist you over here, but in case you want to hang out with the family more, you can join our discord server @ https://www.openstatus.dev/discord

Do you have an ngrok tunnel running and pointing to port 3000 (the port for the web application) ?

AmoabaKelvin commented 1 year ago

We have a cool thread on using clerk webhook in our discord, once you join in, you can use this link to navigate to it. https://discord.com/channels/1129008226264940625/1137824211008761977

zackrw commented 1 year ago

Thanks! I was able to get the webhook working, I'll follow up in Discord on the rest of it.