vigneshkumar5238
04/24/2023, 6:24 AMWhat caused the crash: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `io.supertokens.config.CoreConfig` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('git update-index --skip-worktree modules.txt git update-index --skip-worktree settings.gradle git update-index --skip-worktree .idea/runConfigurations/CLI_Main.xml git update-index --skip-worktree .idea/compiler.xml git update-index --skip-worktree .idea/vcs.xml
prefix=`./utils/project-prefix`
url=https://bitbucket.org/vrai-labs if [[ $1 = "--ssh" ]] then url=git@bitbucket.org:vrai-labs fi
if [ $prefix == "supertokens" ]; then')
at [Source: (File); line: 4, column: 1]
I'm using this command,
java -classpath "./core/*:./plugin-interface/*:./ee/*" io.supertokens.Main ./ DEV
rp_st
04/24/2023, 6:39 AMstartTestingEnv --wait
on another terminal? Have you copied the config file into the supertokens-root dir?vigneshkumar5238
04/24/2023, 7:01 AMstartTestingEnv --wait
is running in the other terminal and config file is also copied. I'm trying to run this from the supertokens-root directoryrp_st
04/24/2023, 7:29 AMvigneshkumar5238
04/24/2023, 8:14 AMvigneshkumar5238
04/24/2023, 9:54 AMrp_st
04/24/2023, 9:54 AM