Bug report Describe the bug if you try to create a new user from the dashboard and it fails, there is no feedback indicating that it went wrong. To Reproduce Steps to reproduce the behavior, please provide code snippets or a repository: Go to the supabase auth dashboardhttps://supabase....
domains create Create a customhostname for your Supabaseproject. Expects your custom hostname to have aCNAME record to your Supabase project's subdomain. Usage 1 supabase domains create [flags Flags--custom-hostname <string>Optional Thecustom hostname to use for your Supabaseproject. -...
Large datasets consume disk space. Ensure your Supabase project has sufficient disk capacity to accommodate the imported data. If you know how big your database is going to be, you can manually increase the size in your projects database settings.Read more about disk management....
## External reset password url that redirects the user to an external reset portal. This disables the internal reset ## functionality. custom_url: "" refresh_interval: 5m password_policy: ## The standard policy allows you to tune individual settings manually. standard: enabled: false min_length...
Inside Netlify you can now clickAdd new siteand selectDeploy manuallyto make this as easy as possible. Simply drag thewwwfolder of your Ionic project into the dialog and your app will be deployed in seconds! You can now test the flow and your app should open the Sign in with Apple dialo...
Unlike browsers, you can access rawSet-Cookieheaders manually usingHeaders.raw(). This is anode-fetchonly API. fetch(url).then(res=>{// returns an array of values, instead of a string of comma-separated valuesconsole.log(res.headers.raw()['set-cookie']);}); ...
I try to create client in nodejs but always get window is not defined error as attached below. Then when i try to debug the source code through stack trace, it turned on that isBrowser() return a True value. But when i manually set it to false, it will work. To Reproduce Steps to...
Unenrolling a factor will downgrade the assurance level fromaal2toaal1only after the refresh interval has lapsed. For an immediate downgrade fromaal2toaal1after enrolling one will need to manually callrefreshSession() 1 2 3 4 5 6 7 8
Netlify is a bit rubbish at updating environment variables so you may need to manually re-deploy your site in certain situations e.g.If on initial load of the site you get a message along the lines of 'SUPABASE_URL is required'.. but you have set that environment variable correctly... ...
Individual table, column, and relationship names may also be manually overridden.Primary Keys (Required)#Every table must have a primary key for it to be exposed in the GraphQL schema. For example, the following Blog table will be available in the GraphQL schema as blogCollection since it ...