finnthehero
08/19/2022, 1:18 PMrp_st
08/19/2022, 1:20 PMfinnthehero
08/19/2022, 1:21 PMimport SuperTokens from 'supertokens-web-js';
import Session from 'supertokens-web-js/recipe/session';
import Passwordless from 'supertokens-web-js/recipe/passwordless';
rp_st
08/19/2022, 1:21 PM.js
to the imports on it's own which is causing the issuerp_st
08/19/2022, 1:22 PMrp_st
08/19/2022, 1:22 PMimport SuperTokens from 'supertokens-web-js';
import Session from 'supertokens-web-js/recipe/session/index';
import Passwordless from 'supertokens-web-js/recipe/passwordless/index';
finnthehero
08/19/2022, 1:23 PMrp_st
08/19/2022, 1:24 PMimport SuperTokens from 'supertokens-web-js';
import Session from 'supertokens-web-js/recipe/session/index.js';
import Passwordless from 'supertokens-web-js/recipe/passwordless/index.js';
finnthehero
08/19/2022, 1:24 PMrp_st
08/19/2022, 1:25 PMfinnthehero
08/19/2022, 1:26 PMfinnthehero
08/19/2022, 1:27 PMrp_st
08/19/2022, 1:27 PM/index.js
and then adding a .js
to the remainig string is weird..finnthehero
08/19/2022, 1:28 PMrp_st
08/19/2022, 1:28 PM/index
should just work.rp_st
08/19/2022, 1:29 PM/index
finnthehero
08/19/2022, 1:30 PMrp_st
08/19/2022, 1:31 PMfinnthehero
08/19/2022, 1:32 PMrp_st
08/19/2022, 1:34 PMthethiny
08/19/2022, 6:29 PMthethiny
08/19/2022, 6:29 PMthethiny
08/19/2022, 6:29 PMthethiny
08/19/2022, 6:29 PMthethiny
08/19/2022, 6:29 PMfinnthehero
08/19/2022, 6:35 PMthethiny
08/19/2022, 6:36 PMfinnthehero
08/29/2022, 7:34 PM