Publish/block page dinamically

  • fe_rojas-1346933074977619979

    FeRojas

    2 months ago

    Hi! Im using supabase for data source for a dynamic page. How can I make some items "publish" and some item blocked using a boolean field of the item?

    I already make it redirect with a workflow on load, but I was wondering if there is a configuration to not even allow the loading of the page.
  • max.kayr-1346933567007228005

    Max

    2 months ago

    You can use redirect rules in the API settings. Those are evaluated server-side. So the page won't be loaded on the client
    1346933566763827241-image.png
    👍1
  • fe_rojas-1346974023283638384

    FeRojas

    2 months ago

    Thats exactly what I was looking. Thanks 👍 !
    💪1