WorkLink Create: How to get a complete Redux export from Create
Sometimes there is a need to inspect the Redux state of a project in Create - especially for production or on-prem installations.
It’s possible to export the entire Redux state using the Redux DevTools extension, with these simple steps:
- Download and install the Redux DevTools extension from this link: Redux DevTools
- Make sure it’s pinned to the add on bar
- Open up the project you need to inspect in Create
- When the project finished loading, click the Redux DevTools extension button to open up the tool’s window
- If necessary, close the Dispatcher section
- Make sure you’re on the State tab, and the view is set to Raw
- Copy the entire text and save it in a text file (or in a JSON file) if needed.
- That’s it, you now have the JSON state and can inspect it using the JSON viewer of your choice