How to avoid "_dc" being appended at the end of URL when preview
How to avoid "_dc" being appended at the end of URL when preview
I have no any kinds of cache busting enabled. But still have "_dc=xxxx" appended to URL when I clicked PREVIEW making a new Safari window every time. This not happen to older build of Architect 2
1) In the project inspector, click on Application --> AppLoader
2) In Config panel, uncheck the property "disableCaching" in "Ext.Loader" section
3) Save your project
4) Preview
I could config it following your instruction but the _dc=<randomNumber> is still appended to the preview URL. Both happens to Windows and Mac version of SA.
I suspect the disableCaching only affect the script files loading, not the preview URL.
I have just tried and you're right it doesn't work (same SA build than you).
I suspect a bug or maybe it's a "normal" behavior with Preview Mode...
An answer from the Sencha Team should be very appreciated.
P.S: You can set up a virtual folder with IIS or Apache (or any other..) pointing to your SA project folder.
Like this you have just to save your project and access the local url via your browser. By this way the _dc param is always removed (as long as you have uncheck the config in SA).