Because the runction says it's expecting a return of Text, you would need to change that to returns void.
You should contact Supabase support about this. https://supabase.com/dashboard/support/new
Hmm that's a weird one. Could it be that your desktop's have a network feature enabled that your mobile doesn't? If not then I would suggest waiting on Supabase support to get back to you.
ISP block or your local office wifi network has a firewall feature enabled lately that has blocked it.
Have you tried with a VPN on your desktop since the mobile browser is working fine?
This should be fine as long as you haven't gone over the free project limits otherwise you will probably lose data. Make sure to check the free project limits on the pricing page and compare to what you have used so far in your pro plan.
This may not change until your billing cycle has reached and a quota reset happens at that point.
Upgrading to Pro normally brings the database out of recovery mode after a while since there is more disk space. If you have exhausted your current disk space then upgrading to Pro is the way forward.
How did you get locked out? Did you get a automated reply from support with a SU- ticket reference?
The .backup file is just a .sql file renamed. if you open it in a normal code editor you should be able to comment out the lines I mentioned.
You need to comment out the \unrestrict commands in the sql file before trying to restore.
Not enough information provided here for anyone to be able to help you.
You can upgrade to pro and should be able to get the last 7 days backup. This has been what other users have reported, but it's not officially noted in the Supabase docs.
It's weird that on the Pro plan they don't show the database size on the usage page but on the free plan they do.
Check your database size on this page https://supabase.com/dashboard/project/_/settings/compute-and-disk as this probably doesn't reflect on the usage page.
You should take up the matter with your bank/cc provider if you are unable to contact the company billing your bank account/cc.
Are you using the supabase-py library? if yes you can call the supabase.auth.admin.generate_link https://supabase.com/docs/reference/python/auth-admin-generatelink
I can also tell you that Laravel runs slower in dev mode as it doesn't optimise the queries for easier debugging purposes.
I think the question in itself answers itself. The purpose is to abuse Supabase free plan offering and that would be against their acceptable use. As Lukasz outlined above that this would probably be in violation of both 4.1 and 4.2 of the AUP. Note: I am not a Supabase staff nor do I reply as representation for Supabase.
You should check your roles section to see how many connections are being used https://supabase.com/dashboard/project/_/database/roles you should also check your usage chart and your project health to see the status of your project.
If you are on a pro plan you can use the beta restore from backup feature. You can find this inside of your backups section of the dashboard https://supabase.com/dashboard/project/_/database/backups/restore-to-new-project
It should be only for new tables and not existing ones.
You will have to wait on Supabase support to get back to you as this seems like an internal issue.
You need to set your laravel app to production mode. I tested this some years ago and it's not slow when compared to other services I tested it against.
It's stated clearly here in their docs that they cannot restore 2FA accounts if you lose your authenticator login and you should retain a copy of the backup codes for this reason
https://status.supabase.com/incidents/ybxpvtjys08w
The workaround is turning Mullvad off or telling Mullvad to split tunnelling for chrome.
There is an ongoing issue with Mullvad VPN. It's more of a Mullvad issue than a Supabase issue as canonical.com doesn't work also when using Mullvad.
This seems like a mullvad issue as canonical.com cannot resolve either when mullvad is used.
I can test this out on my side as I use mullvad too
You need to say what specifically you are having an issue with. Saying you are confused about the whole thing isn't helpful also note self-hosted is not meant for folks without in depth experience with docker.
This is a user helping user platform and not regularly monitored by the Supabase staff.
You should show code example here when asking about issues to do with code. There is no way for someone else to try this without knowing what your code looks like. Please make sure you omit sensitive information before sharing code.
You marked this as solved. You mind sharing how you solved this please?
Try in a different browser and check if you have a adblocker or extension that could be deleting the token when it gets saved.
What error are you getting now? if it's the same error then it's likely your package didn't update as you expected it to. I would delete the node_modules directory and the .lock file too. Then install all the packages over again.
It’s the weekend and things move a bit slower with Supabase support. Also if you are on a free plan it can take a bit longer. There isn’t anything that can be done to speed this up.
You haven’t given much detail to go on here. What error are you getting?
You likely have a trigger function that is causing this issue. Check your auth logs and Postgres logs in the dashboard.
Try in a different browser and try with a VPN.
The issue in us-east-1 would not cause your project to not show in the dashboard and Supabase doesn't delete projects that have been inactive for more than 90 days. I have a few and they are still in my dashboard.
Is this the only organisation you have in Supabase?
<@1040185111469113405> please state in your job post where Supabase is involved and also the comp as stated by the post guidlines for this channel https://discord.com/channels/839993398554656828/1458207689137197128
<@1483483458654306445> please state in your job post where Supabase is involved and also the comp as stated by the post guidlines for this channel https://discord.com/channels/839993398554656828/1458207689137197128
<@1013509714199453696> please state in your job post where Supabase is involved and also the comp as stated by the post guidlines for this channel https://discord.com/channels/839993398554656828/1458207689137197128
Ok thanks I've forwarded it to the Supabase team.
Can you DM myself, Gary or Ibrahim the email address you sent the email from please?
What does a project code from Lovable mean? Lovable does both the frontend and also the database related stuff so which part did they supply you with?
https://supabase.com/support-policy#official-support-channels
Do you have delete policies for the tables getting wiped?