How to find Memberstack publishable key when integrating with Loveable.dev no-code platform? Answered

Post author
Chad

Hello guys, I am using Loveable.dev no code platform to build a SaaS application connected to Supabase + Github + Memberstack. I have provided the Ai with my membership ID dedicated to this application.

However it keeps asking for for this: I understand you want to test the Memberstack connection without SDK integration. However, to properly integrate Memberstack with your application, I still need your Memberstack Publishable Key (which starts with pk_).

While you have provided the App ID (app_clz5lffhm009o0rro1w450ba6), Memberstack requires both the App ID and Publishable Key to establish a connection and authenticate users.
Without the publishable key, I cannot:

  • Initialize the Memberstack connection
  • Set up member authentication
  • Create gated content areas
  • Manage membership tiers

The publishable key is safe to use in frontend code and is essential for the integration. You can find it in your Memberstack dashboard under Settings → Keys & IDs.

Could you please provide your Memberstack Publishable Key so I can proceed with setting up the connection?

I cannot find such Publisher key in memberstack?

Comments

1 comment

  • Comment author
    Chad

    I've fixed the Memberstack context implementation by:

    1. Removed event listeners - The Memberstack DOM API doesn't provide .on() methods for listening to events
    2. Fixed type handling - Now properly accessing the data property from API responses
    3. Updated member state management - Properly handling the response structure from getCurrentMember, login, and signup methods
    4. Simplified initialization - Removed the non-existent event listener setup and focused on direct API calls

    The integration now works with the actual Memberstack DOM API structure and should resolve all the TypeScript errors

    0

Please sign in to leave a comment.