Ahh okay, i'm not too sure then. All i could find for notifications for WeWeb is this plugin https://docs.weweb.io/plugins/extensions/pwa.html#show-notification which you probably already know about. Nothing about Supabase connections
not this one https://www.weweb.io/
What is it that you are trying to push? From what i understand weweb is an AI builder
https://github.com/orgs/supabase/discussions/42959#discussioncomment-15865148 i think this comment might be helpful for setting this up locally
There is this guide https://supabase.com/partners/integrations/onesignal with some additional links at the bottom. Have you already come across this?
Usually these ISP issues can take a while to resolve but it doesn't loook like there is an update
This is the last thing that was mentioned https://discord.com/channels/839993398554656828/1409892722474614814/1504610496110788668
Pro projects cannot be paused https://supabase.com/docs/guides/troubleshooting/pausing-pro-projects-vNL-2a so you would have to downgrade first
i don't know about magic bytes but storage buckets allow you to restrict the file size and the filetype if you select the options i have given here? If you use this method then you wouldn't need checks server side or client side but just handle the errors
Do you know what are the resources you are exausting? A look in https://supabase.com/dashboard/org/ypzclqyjloxzimzowgrx/usage and https://supabase.com/dashboard/project/_/settings/compute-and-disk would be the best places to look
For reference here is the closest thread that i can find similar to your issue https://discord.com/channels/839993398554656828/1327460280925683752 and yeah it looks like it is probably an issue on Supabase side
Yeah support@supabase.com
last i checked vault was the ideal way to do this, i found this comment from terry https://www.reddit.com/r/Supabase/comments/1rytv1p/comment/obh47u5/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button not too long ago so i don't it's changed
What region are you and <@1445706803965988865> in? Just want to make sure it is not specific to some set on instances in some AWS cluster
Hmm not sure what is the issue, i think contacting support is the only option
Is it still telling you no backups found?
Yeah that should definitely have backups. Try my suggestion above
How long was the project around before it was paused
Try using a difference device/browser/vpn to see if the issue is due to a state bug
Did you pause this project manually?
I can only tell you what Supabase staff have told us which is that it is not recoverable. If you have filed a support ticket then best to wait for them to confirm or offer an alternative to what i have said
I believe everything gets deleted immediately including backups
Once projects are deleted there is no recovering them unfortunately. The 7 day backup only applies to the database
There is no live chatbot, there is only a ticket system which is via email or if you had access to your account you could file a ticket from the dashboard
No this is a community forum and i don't work for Supabase
Reach out to support@supabase.com. Only they can assist with such an issue
What is the error you are facing? Can you share a screenshot or message
Would be difficult to tell without more information. Could yous 1) Share sample code of how you are fetching data 2) Look inside of console log statements to see if there are any issues showing up there Also check the dashboard status for any issues.
Like it suggests, i think you have to just use a custom email provided SMTP
Yeah they will sign up with their usual email, this restriction is coming from your Supabase Auth account
Yeah use a custom one, brevo and resend seem to be common and they both have a free tier
Are you using custom SMTP?If not probably worth using the free tier of an email service. Supabase restricts you to like 2 an hour a think
Hopefully, if it takes more than 48 hours you can check back in here and maybe someone can try and raise a ticket to an informal queue
Based in https://docs.stripe.com/connect/payouts-connected-accounts and https://docs.stripe.com/connect/payment-links what i gather is you would create a stripe connect account for yout owners and then they would charge the tenants either on a subscription basis or via a payment link. You could then take a cut of that payment as a fee as apposed to sending the money to the owner and then taking a fee. I think the tenants do not have conncted account and they would just be a customer object. Does that align with what you expect?
Would upgrading the database instance size not temporarily solve this issue?
I don't think anyone can give a fixed time but it does say that there may be a short delay after period resets probably not more than ~1 day
I'll see if anyone else has any suggestions
I can't right now, i actually have to headd off to do some stuff but maybe later or tomorrow
has there been growth in the usage of it could it be too many connections trying to make their way to your database and previously the lower usage did not have that?
I did a bit of research, 2 things that i have seen are 1) Is this potentially a network access issue. Edge functions do not have a static IP address so are you whitlisting all IP addresses in mongo db network access with 0.0.0.0/0 and 2) Could it be an issue with your user not having admin access? (probably unlikely if it was already working)
i would probably run somehing like `supabase migration repair 20230103054303 --status reverted` from https://supabase.com/docs/reference/cli/supabase-migration-repair using the cli as it safer
Check your project status to see the health of these services, do you have any logs you can share of the errors? What region are you in?
yeah if you don't need it, should be fine to delete
I think for Team plan you can upgrade immediately. Enterprise plan i'm not sure on, i would imagine that you can move as fast as you want and it's dependent on all of the details and requirements that you might have
BAAs?
You can reach out to support@supabase.com to confirm but as far as i am aware it's not reoverable
i think everything gets permanently deleted f you delete the org including backups
Not for organizations/projects. Only the database is backed up.
Deleted organizations cannot be returned, how did this person get access to your account?
i can imagine a scenario where your migration files are out of alignment so when you open a branch it doesn't include all the right changes