Studio Pro throws TypeError: t is not a function when creating/opening microflows after using PDF Document Generation activity

0
Hi everyone,I'm experiencing an issue with Mendix Studio Pro while working with the PDF Document Generation module.Environment:Studio Pro: 11.12.0 (also reproduced on 11.6.7)Module: PDF Document GenerationOS: WindowsSteps to reproduce:Install the PDF Document Generation module.Add the Generate PDF from Page activity to a microflow.In the Page Loading Microflow property, click New to create a new microflow.Studio Pro throws the following error:TypeError: t is not a function Unexpected behavior: Initially, the error occurs only when clicking New from the property dialog. However, after this happens, Studio Pro enters a broken state:I can no longer create new microflows manually from the App Explorer.Opening or creating microflows continues to show the same TypeError: t is not a function.Restarting Studio Pro does not resolve the issue.I've also reproduced the behavior in Studio Pro 11.6.7, so it doesn't appear to be limited to 11.12.0.Has anyone experienced this issue with the PDF Document Generation module or found a workaround?Any help would be appreciated.Thank you!
asked
2 answers
0

Hi Rajan,

This looks like a Studio Pro issue rather than an issue with your application or the PDF Document Generation module itself.


A few things you can try:

  • Create the microflow first from the App Explorer, then select it in the Page Loading Microflow property instead of clicking New.
  • Try the same steps in a brand-new blank project to confirm it's reproducible.
  • If it still occurs in a clean project, I'd recommend raising a Mendix Support ticket and attaching a sample project along with the reproduction steps.


If anyone else can reproduce this in a clean project, it would further confirm that this is a Studio Pro bug.


Kindly mark this as the accepted answer if it helps.

answered
0

Hi Rajan,


This is fixed in version 11.12.1. Check out the release notes here.

answered