Do you need a `core` to use supertokens with `nextjs`?
s
Do you need a
core
to use supertokens with
nextjs
?
r
yes, you do.
s
Understood.
For arround 60k Users.
What's the recommended memory requirements would you guess?
r
3 cores, each on a t2 micro instance would do.
Even 2 cores is enough. But 3 is just to be safe
s
In your documentation it claims I need to use
Copy code
js

export const appInfo = {
  // learn more about this on https://supertokens.com/docs/thirdpartyemailpassword/appinfo
  appName: "Aether Link",
  apiDomain: "https://aetherlink.app",
  apiBasePath: "/api/auth",
}
When using this the backendconfig complains.... for its typing.
@rp_st
r
Is this for NextJS?
The issue might be that you are seeing docs for custom UI, but using pre built UI SDK.
There is a custom / pre built UI switcher on the top of each page of our docs. Please switch to the pre built ui
25 Views