https://supertokens.com/ logo
Docs
Join the conversationJoin Discord
Channels
community
contributing
general
github-activity
info
introductions
new-releases
random
security
support-questions
welcome-0xdelusion
welcome-aj-ya
welcome-aleksandrc
welcome-alpinjs
welcome-amberlamps1
welcome-andrew-rodriguez
welcome-ankit-choudhary
welcome-anthony-stod-custodio
welcome-call-in
welcome-chwalbox
welcome-claybiokiller
welcome-co7e
welcome-cosmoecwsa
welcome-devdag
welcome-dinso
welcome-drebotelho
welcome-elio
welcome-ernest
welcome-foxbarrington
welcome-fromscratch
welcome-galto4ir
welcome-goetzum
welcome-hay-kot
welcome-himanshu-kukreja
welcome-hossambarakat
welcome-ichikawakazuto
welcome-jahir9991
welcome-jamesl
welcome-jerry123424
welcome-john-oliver
welcome-jonas-alexanderson
welcome-jxyz
welcome-kelvinwop
welcome-kraz
welcome-lancekey
welcome-leoo
welcome-lukeacollins
welcome-m-j-mon
welcome-malik-khoja
welcome-marco
welcome-mardadi
welcome-meshguy
welcome-metamorph
welcome-mike-tectu
welcome-mirzok
welcome-mozomig
welcome-naberyou66_
welcome-nacer
welcome-namratha
welcome-naveenkumar
welcome-nightlight
welcome-nischith
welcome-notankit
welcome-olawumi
welcome-pavan-kumar-reddy-n
welcome-pineappaul
welcome-poothebear
welcome-rick
welcome-samuel-qosenergy
welcome-samuelstroschein
welcome-shubhamgoel23
welcome-shubhamkaushal
welcome-sidebar
welcome-surajsli
welcome-suyash_
welcome-syntaxerror
welcome-tauno
welcome-tauno
welcome-tawnoz
welcome-teclali
welcome-tls
welcome-turbosepp
welcome-vikram_shadow
welcome-yann
Powered by Linen
contributing
  • u

    user

    04/27/2021, 12:08 AM
    so basically everything except intelliJ works correctly
  • d

    dleiva04

    04/27/2021, 4:08 AM
    Ohh ok, thank you, really helpful, going to try that these days, and let you know in case I need any help @User
  • r

    rp

    04/27/2021, 10:17 AM
    thanks @User for your help :))
  • g

    gusfune

    05/14/2021, 8:53 AM
    Is there anyway to contribute with the documentation? I'd like to send to current NextJS documentation how we implemented the same procedures in Typescript
  • r

    rp

    05/14/2021, 8:54 AM
    At the moment, the docs is in a private repo :(. We wanted to make it in a public repo, but haven't gotten around to doing it.
  • r

    rp

    05/14/2021, 8:55 AM
    I'll see what I can do about this in a few days.. will try and make the website OSS as well.
  • r

    rp

    05/14/2021, 8:56 AM
    or at least the docs section
  • g

    gusfune

    05/14/2021, 9:02 AM
    cool
  • u

    |シ|

    07/15/2021, 9:21 PM
    Hi, How can access zenhub to know what you are working on?
  • r

    rp

    07/15/2021, 9:22 PM
    Not sure if zenhub allows to make public projects. I’ll have to look into it..
  • u

    |シ|

    07/15/2021, 9:31 PM
    Installing the extension I could already see the Board!
  • r

    rp

    07/16/2021, 3:48 AM
    Oh! I’ll check it out
  • r

    rp

    08/15/2021, 1:32 PM
    @User you can ask questions here about contributing.
  • c

    codefingers

    08/15/2021, 1:33 PM
    @adarsh1497 is here? 🙂
  • a

    adarsh1497

    08/15/2021, 1:33 PM
    okay
  • a

    adarsh1497

    08/15/2021, 1:37 PM
    yeah this one https://github.com/supertokens/supertokens-core/issues/275 https://discordapp.com/channels/603466164219281420/603500538029539350/876458234771275828
  • r

    rp

    08/15/2021, 1:38 PM
    That issue has already been assigned and has multiple PRs. Have you seen them and the comments in them?
  • a

    adarsh1497

    08/15/2021, 1:38 PM
    ohh yes just saw
  • r

    rp

    08/15/2021, 1:39 PM
    Right. So feel free to contribute to those PRs.. if u get stuck anywhere, you can ask questions here.
  • a

    adarsh1497

    08/15/2021, 1:39 PM
    okay thanks
  • r

    rp

    10/05/2021, 3:46 PM
    For anyone who wants to use windows to contribute, you can use wsl2: https://docs.microsoft.com/en-us/windows/wsl/about
  • u

    user

    10/16/2021, 10:39 AM
    Setting up dev env on my Macbook Pro (M1 chip), facing the following issues. Let me know if anyone else has resolved this earlier docker build -t supertokens . --platform linux/x86_64 runs successfully docker run --platform linux/x86_64 -p 3567:3567 supertokens throws below error
    runtime: failed to create new OS thread (have 2 already; errno=22)
    fatal error: newosproc
    
    runtime stack:
    runtime.throw(0x524da0, 0x9)
            /usr/local/go/src/runtime/panic.go:527 +0x90
    runtime.newosproc(0xc820026000, 0xc820035fc0)
            /usr/local/go/src/runtime/os1_linux.go:150 +0x1ab
    runtime.newm(0x555ce8, 0x0)
            /usr/local/go/src/runtime/proc1.go:1105 +0x130
    runtime.main.func1()
            /usr/local/go/src/runtime/proc.go:48 +0x2c
    runtime.systemstack(0x5c4300)
            /usr/local/go/src/runtime/asm_amd64.s:262 +0x79
    runtime.mstart()
            /usr/local/go/src/runtime/proc1.go:674
    
    goroutine 1 [running]:
    runtime.systemstack_switch()
            /usr/local/go/src/runtime/asm_amd64.s:216 fp=0xc820020770 sp=0xc820020768
    runtime.main()
            /usr/local/go/src/runtime/proc.go:49 +0x62 fp=0xc8200207c0 sp=0xc820020770
    runtime.goexit()
            /usr/local/go/src/runtime/asm_amd64.s:1696 +0x1 fp=0xc8200207c8 sp=0xc8200207c0
  • u

    user

    10/16/2021, 10:46 AM
    Used the linux-arm jre to fix this
  • u

    user

    01/07/2022, 7:34 AM
    On this page: https://supertokens.io/docs/thirdparty/quick-setup/backend At step: 7) Setup the SuperTokens core I think the yes/no should be swapped?
  • n

    nkshah2

    01/07/2022, 7:37 AM
    How so? The yes implies that you are using
    try.supertokens.io
    and you will need to register to get a connection uri for your own use
  • n

    nkshah2

    01/07/2022, 7:37 AM
    Maybe after clicking yes the documentation should explain that while you can use the URL for demo purposes you will need to register etc? If that makes it clearer
  • u

    user

    01/07/2022, 8:17 AM
    I see. I thought clicking yes means you are trying the demo URL and no means you have your own URL (either managed or self-hosted).
  • u

    user

    01/07/2022, 8:20 AM
    The step is titled "Setup..." so if I specify that I am using
    try.supertokens.io
    (clicking yes) i would expect there to be nothing for me to do because that's the demo URL which is already setup, right?
  • n

    nkshah2

    01/07/2022, 8:22 AM
    Yeah I suppose the messaging can be made clearer, saying that if you’re just trying it out no more steps are required. And if you want to prepare for an app you plan to release you need to register
  • n

    nkshah2

    01/07/2022, 8:22 AM
    Or something along those lines
Powered by Linen
Title
n

nkshah2

01/07/2022, 8:22 AM
Or something along those lines
View count: 2