R
Ricardo Perdigao
Guest
Hi Curtis, You are uploading the proper files. You would need to edit the data-providers.json on that directory and adjust the CatalogUris and ServiceUri properties to point to the correct server where you are deploying to (probably not locahost anymore). Also, it would be helpful to see the exact errors you are getting (if any after the adjustments above). Please go into the Chrome Developer Tools (Debugger) and post any error messages you see in the Console section. The reason you are not seeing the controller.public.js is because the release is done as a webpack. The file you've mentioned would be inside the webpack (not visible). Warm Regards, Ricardo Perdigao
Continue reading...
Continue reading...