You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
Sync with dxdashboard so that all those components are now in ServerB
It looks like dxdashboard tries to do this but fails. When set dxdashboard to "watch" and copy the folder, it shows messages about copying the files, but those files never show up on the server.
The text was updated successfully, but these errors were encountered:
In the window you start the dashboard could you set an environment variable DIGEXP_DEBUG=true and see what error tracing is output. If you are not doing a watch but just push updated do you get the same issue?
Sorry for the delay...setting that variable opens up a separate window when I start dxdashboard, but that window stays empty. Previous versions of dxdashboard would show output, but not now.
If I create a folder in (for example) the Components folder, it does not recognize that anything has happened, and it does not create a folder on the server. If I copy a file into that folder, dxdashboard does not push it to the server.
I had Watch turned on, but since nothing happened I clicked the Push Updated button. No joy.
If you have a newer version of nw it no longer contains the developer tools but if you install npm install -g [email protected] version 0.12 it does include the tools
So I just dragged a folder from one of my libraries in components to another library and click push updated and all the files were copied to the library. What kind of system are you on maybe the info I use for figuring out that files have changed works differently on different systems.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here is what I am trying to do:
It looks like dxdashboard tries to do this but fails. When set dxdashboard to "watch" and copy the folder, it shows messages about copying the files, but those files never show up on the server.
The text was updated successfully, but these errors were encountered: