Live app needs developer assigned for small post-approval patch — myCRMSIM

:bullseye: What is your goal?

Hi @vendy :waving_hand:,

First, thank you again for your help during the review process — myCRMSIM was approved on 29 May and is now live in the Make app library. Really appreciate the team’s support :folded_hands:

I’m reaching out because after release I discovered an issue affecting public users, and I need a developer assigned so the patch can be reviewed and pushed live.

The issue (for public users):

When new public users try to create a myCRMSIM connection in any scenario, they receive this error from our backend:

client_id and redirect_uri are required

After investigation, I found that the Common Data values (clientId, clientSecret) we configured during the original review do not appear to be passed through to public users — they resolve to empty strings on the user side, so the OAuth authorize request fails at our backend before login.

For me (the app owner / dev workspace), the connection works fine because my dev environment has access to Common Data. So the issue is only visible to public users in the marketplace.

The fix (already applied in my dev workspace):

I moved the clientId and clientSecret directly into the Connection Communication code (in the authorize qs and the token/refresh Basic auth header), replacing the {{common.clientId}} and {{common.clientSecret}} references. No other behavior, scope, or endpoint changes — only credential resolut

:thinking: What is the problem & what have you tried?

Hi @vendy :waving_hand:,

First, thank you again for your help during the review process — myCRMSIM was approved on 29 May and is now live in the Make app library. Really appreciate the team’s support :folded_hands:

I’m reaching out because after release I discovered an issue affecting public users, and I need a developer assigned so the patch can be reviewed and pushed live.

The issue (for public users):

When new public users try to create a myCRMSIM connection in any scenario, they receive this error from our backend:

client_id and redirect_uri are required

After investigation, I found that the Common Data values (clientId, clientSecret) we configured during the original review do not appear to be passed through to public users — they resolve to empty strings on the user side, so the OAuth authorize request fails at our backend before login.

For me (the app owner / dev workspace), the connection works fine because my dev environment has access to Common Data. So the issue is only visible to public users in the marketplace.

The fix (already applied in my dev workspace):

I moved the clientId and clientSecret directly into the Connection Communication code (in the authorize qs and the token/refresh Basic auth header), replacing the {{common.clientId}} and {{common.clientSecret}} references. No other behavior, scope, or endpoint changes — only credential resolution.

This is the only change in this update.

What I’ve done so far:

  • :white_check_mark: Updated the Connection Communication code in the Make platform
  • :white_check_mark: Make’s UI shows: “Changes are only effective in your account. To apply these changes globally, go to the Review tab and submit the app for review.”
  • :white_check_mark: Submitted the changes for review via the Review tab
  • :white_check_mark: Sent an email to Levs B explaining the patch
  • :hourglass_not_done: Reviewer field currently shows “TBS” (To Be Assigned)

My request:

Could a developer please be assigned to review this small patch? Public users are currently blocked from creating new connections, so a quick turnaround would be hugely appreciated.

I’m happy to:

  • Provide more technical details or screenshots
  • Make adjustments if there’s a preferred way to keep Common Data while still passing it to public users
  • Hop on a call if helpful

Reference details:

Thanks so much for your help, Vendy! :folded_hands:

Kind regards,
Gary Capps

Welcome to the Make community!

Contact Make Support

As this is a community (peer-led) forum, we can only help with using the Make platform as intended (scenario building, troubleshooting scenario/module error messages, etc.). We cannot assist with account, billing, platform availability, technical issues, custom app review status, or bugs with the underlying software.

Make support has access to your specific account details, scenario, execution history, server-side logs, and has internal tools to investigate the issue further. If the issue is with a custom app, Make support will be able to reach out to the external team responsible for maintaining it.

How to Create a Support Ticket

  • When you are logged in to your account, head to the new ticket page to submit a ticket.
    Screenshot of the Contact Support page
    Above: Screenshot of the Contact Support page

After submitting your support ticket, you should receive a confirmation email with the subject “Ticket Created” together with a summary of what you submitted. If you do not receive this automated reply within minutes, try creating a ticket again. Example of email subject: [#1234567] Ticket created | Technical challenge

Priority of Tickets

If you do not receive a response from Make support, simply be patient. Make support receives thousands of tickets, hence tickets have to be prioritised based on the severity of the incidents and organisation’s plan. For more information about the different levels of customer support for each plan, refer to the “Support” section on the Pricing page, or on your organisation’s Subscription page.

@samliew