28 Nov 2024 05:05 PM - last edited on 29 Nov 2024 10:23 AM by MaciejNeumann
2 days ago I've updated to the latest version with
npx dt-app@latest update - got updated to 0.132.1
Since then, I can't debug my custom react dt-app in chrome, edge. It seems that either starting with npm start, or npx dt-app dev, it starts the app in production mode. (see screenshot attached).
When reverting back to 0.130.5, it stats correctly in development mode both with npm start, npx dt-app dev
(How I reverted back? created a new blank dt-app project, then copied over to my project folder node_modules folder, package.json from the blank project)
19 Dec 2024 12:38 PM
Hi Zoltan
This is already identified bug and fix is in work. At this point, you should downgrade the App Toolkit to `0.130.5` by updating it in package.json and then running `npm install` command.
Fix will be available in Jan next year.
Thanks
Indermohan Singh