You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the terminal and look for No SuperTokens core available to query error.
Make sure you ran pnpm local:setup command and supertokens container is healthy and running.
If it's not running, execute docker log <container-name> to see what's caused it.
docker container fails to run
If you see ERROR: column "app_id" referenced in foreign key constraint does not exist or a similar sql-related error, please follow the upgrade guides (the list is available at the top of this issue).
The text was updated successfully, but these errors were encountered:
Upgrade guides
@hive/app displays a blank page
Please check the terminal and look for
No SuperTokens core available to query
error.Make sure you ran
pnpm local:setup
command andsupertokens
container is healthy and running.If it's not running, execute
docker log <container-name>
to see what's caused it.docker container fails to run
If you see
ERROR: column "app_id" referenced in foreign key constraint does not exist
or a similar sql-related error, please follow the upgrade guides (the list is available at the top of this issue).The text was updated successfully, but these errors were encountered: