Solving error:'This execution cannot be displayed: blueprint version is missing'?

Heya @aidy hope you’re well :wave:

So I got this guide from the team that I’ve just posted in here as well:
"This execution cannot be displayed: blueprint version is missing"

Currently, pre-validation errors in Make are unable to display the logs in a modal, which can result in the default error message of “invalid blueprint”. To address this issue, we can use the network tab to navigate to the actual error and fix it.

The network tab is available in all types of browsers. To begin, open your browser’s Network Console and make sure to keep it open for the following steps to record the network activities.

Next, access the specific scenario history page where the error occurred or run the execution where the “invalid blueprint” error was displayed. Copy the execution ID from the URL bar or from the logs and paste it into the search area in the browser Network Console.

You can then open the scenario log from the Network tab and review the pretty JSON format to identify the error. The log should display the error from Suberrors, and we have included a GIF to assist you in locating it.

image


I really hope that this will help resolve the issue.

Feel free to let us know whether it worked for you.

1 Like