Need guidance to explore urBackend for further contributions #121
-
|
Hi, I wanted to clarify something regarding exploring the platform further. I tried accessing the live dashboard (urbackend.bitbros.in), but it doesn’t seem to load on my end — I’m getting a browser error. I also tried running the project locally, where signup/login works, but OTP verification is blocking further usage, so I’m unable to fully explore features like project creation and collections. Since I want to understand the product deeply before picking up a more impactful contribution (as you suggested), I wanted to ask: Is there a working staging/demo instance available? Or is there a recommended way to bypass OTP for local development? I just want to make sure I’m not missing anything and can explore the system properly before working on bigger features. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
hello @NAYAMATVISION |
Beta Was this translation helpful? Give feedback.
-
|
Hi @yash-pouranik, thanks for the clarification regarding OTP — that solves
the local development issue 👍
About the dashboard issue, locally the UI is opening correctly for me. The
problem only happens with the live deployed link (
https://urbackend.bitbros.in/).
I’ve attached the screenshot below for reference. It shows an
ERR_CONNECTION_RESET along with the browser console message:
Unsafe attempt to load URL... Domains, protocols and ports must match.
Since it’s working on your end, it could possibly be environment/network
specific or related to deployment/routing behavior on certain systems. I’ll
continue checking from my side as well.
…On Thu, May 14, 2026 at 9:43 PM Yash Pouranik ***@***.***> wrote:
- as u said Live dasboard is not loading properly - can u please share
a SS? or may be it be a issue that can b solved, but working good at my end
also I have not working on the UI to be best for all the screen sizes so
this issue may be true, you can check out.
- To skip otp do this:
if u know mongoDB atlas or mongosh cli
then sign up on urbackend from UI
then in database update the value of irVerified for that user to true.
then the acc will be verified.
—
Reply to this email directly, view it on GitHub
<#121 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOHCYRPTDELSBMASX7J7OJT42XWDPAVCNFSM6AAAAACYA5BYACVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMOJSGA3TOMA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
I cant see any screen shot?? |
Beta Was this translation helpful? Give feedback.
if u know mongoDB atlas or mongosh cli
then sign up on urbackend from UI
then in database update the value of irVerified for that user to true.
then the acc will be verified.