thedusen
thedusen
Explore posts from servers
BRBuildShip + Rowy
Created by thedusen on 8/15/2024 in #❓・buildship-help
Notion integration for app users
I saw the previous thread about the voice notes template, but I'm wondering - in general - is it possible to allow users to connect their notion account to my app through Buildship? And if so, is it advisable? I don't yet know about the Notion authentication flow/requirements. So I'm really just looking to figure out whether I should be looking elsewhere for this feature or not. Thanks!
4 replies
BRBuildShip + Rowy
Created by thedusen on 3/13/2024 in #❓・buildship-help
best way to set variables?
No description
3 replies
BRBuildShip + Rowy
Created by thedusen on 2/14/2024 in #❓・buildship-help
for any stripe expert - one-click upsell?
I'm trying to wrap my brain around how to accomplish this with Buildship. Here's the flow: 1. Customer submits a custom order form for product A 2. they are taken to a middle page with another offer for product B with a yes/no link 3. If they select yes, then product B is added to the transaction. If they select no, then the transaction is finalized with only product A. Despite my research, I'm just not getting the stripe events/API calls necessary to accomplish this. Any insight would be so so so so appreciated!
2 replies
RRailway
Created by thedusen on 11/14/2023 in #✋|help
both my deployments failed on plugin migration...
I'm admittedly new to this whole world, so pardon any ignorance... Both failed during build process (the apps, not the new databases). one is n8n - #15e38a5a-7e8c-4237-b5ef-cd85ea55e4a1 - no error message. Build logs are empty other is mautic - #8e6bfa23-39f2-4d52-83f9-90cdfd9af82c - only error message: "dockerfilePath is only supported for the Dockerfile builder" No build/deploy logs or other info that I can see The new databases were created/migrated fine - as far as I can tell. Both projects are using custom domains. For Mautic: The only issue in the variables I saw was for Mautic. It had this: MAUTIC_DB_HOST=${{mysql Legacy.MYSQLHOST}}:${{mysql Legacy.MYSQLPORT}} So I changed it to this: MAUTIC_DB_HOST=${{mysql.MYSQLHOST}}:${{mysql.MYSQLPORT}} The only hardcoded variables: MAUTIC_TRUSTED_PROXIES, PORT For n8n: The only hard-coded items in the n8n variables are ENCRYPTION_KEY, N8N_ENCRYPTION_KEY, N8N_HOST (railway domain), N8N_PROTOCOL, WEBHOOK_URL (my domain) If there's any other info I should include, please let me know!
18 replies