Supabase - Authentication roles are not available in your current plan

I have been with Weweb for a month or so and have been on the Starter Plan.
I didn’t notice that auth is not included, so I activated the supa auth plugin and built a few pages for users to offer some CRUD.

When ready, I hit publish and receive the mssg:

Authentication roles are not available in your current plan.

Disappointment…

Change of plans…

  • Removed the auth from the project
  • Removed pages using anything about supa auth

Nope… cannot publish… still there:

Authentication roles are not available in your current plan.

Already been through similar threads.
No obvious solution was there for me.
Upgrading is not really an option for me at this point.

Any ideas?

I didn’t know that, thanks for sharing it. Can’t you “just” upgrade your Supabase plan ?

Hi, you can use Auth plugins with any plan. But for now you cannot use our built-in roles system to restrict the access to a page without an higher plan yes.

That said, since the summer update you can easily do it yourself through a workflow on page load, you can check the roles of your user and redirect him to another page if he doesn’t has the permission to access it.

Your issue could be you still have one page with a role access rule, check if all your pages are public or authenticated, some may be bugged, you can try to turn them public and private again so it will clear possible invisible roles.

If you still have the issue please open a ticket on support.weweb.io and we will help you :slight_smile:

1 Like

What has changed regarding this?

Previously the roles based system was implemented in the backend side, now it’s on the front end, so doing it manually through workflow on page load is closer than before in term of flow, it’s what I meant.

(unrelated: Happy birthday :grin:)

1 Like

You’re right. It looks like the page is bugged.
Even when I define access as public, this won’t change.
It is still marked as private; check the screenshot.

I even tried to re-install the Supa auth plugin, but it won’t work.

I will open a support request.
Cheers

Thanks for the wishes! :pray:t2:
So it’s at the router level?