TeK
04/02/2023, 8:59 AMLoading supertokens config.
Completed config.yaml loading.
Loading storage layer.
Using in memory storage.
Loading supertokens version.yaml file.
Started SuperTokens on localhost:3567 with PID: 15384
rp
04/02/2023, 11:11 AMTeK
04/02/2023, 11:13 AMhttps://cdn.discordapp.com/attachments/1092010413949997127/1092044112435355689/image.pngβΎ
rp
04/02/2023, 11:13 AMTeK
04/02/2023, 11:13 AMWhat caused the crash: org.postgresql.util.PSQLException: ERROR: permission denied for schema public
πrp
04/02/2023, 11:18 AM\du
This will show you a list of all the users in your PostgreSQL database and their associated roles and permissions. Make sure that the user you are using has the necessary permissions to access the public schema.
2. Check your SuperTokens configuration: Make sure that your SuperTokens configuration is correct and that you are using the correct PostgreSQL connection URI. You can check this by looking at your SuperTokens configuration file and verifying that the connection URI is correct.
3. Check your PostgreSQL configuration: Make sure that your PostgreSQL server is configured correctly and that the public schema is accessible. You can check this by looking at your PostgreSQL configuration file and verifying that the public schema is included in the search_path.TeK
04/02/2023, 11:48 AMhttps://try.supertokens.com
as the connectionURI, it works.
But when using my http://localhost:3567
it says Error: No SuperTokens core available to query
even tho its reachable in my browser and returns Hello
.
that's my startup sequence of the core :
Loading supertokens config.
Completed config.yaml loading.
Loading storage layer.
Loading PostgreSQL config.
Loading supertokens version.yaml file.
Setting up PostgreSQL connection pool.
Started SuperTokens on localhost:3567 with PID: 19392
So everything seems right, any idea ? no tables were created yet, idk if its normal ?rp
04/02/2023, 11:50 AMTeK
04/02/2023, 11:50 AMrp
04/02/2023, 11:51 AMTeK
04/02/2023, 11:52 AMrp
04/02/2023, 11:55 AMTeK
04/02/2023, 1:33 PM