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
I have a bundling process in my backend server on startup that will upload all assets to CloudFront global CDN, and since I can't seem to hook into the URLs for lazy-loaded modules, I'm not able to upload the to the CDN in production and as such my scripts are loaded from file server in the backend API, which I no longer want to support as I want to use CloudFront for serving all static assets.
I also have same issue with the Service Worker files.
Please advise.
The text was updated successfully, but these errors were encountered:
If I run this command:
Then I expect my all of the scripts that are added dynamically to use that deploy URL, like this:
I get this instead:
I have a bundling process in my backend server on startup that will upload all assets to CloudFront global CDN, and since I can't seem to hook into the URLs for lazy-loaded modules, I'm not able to upload the to the CDN in production and as such my scripts are loaded from file server in the backend API, which I no longer want to support as I want to use CloudFront for serving all static assets.
I also have same issue with the Service Worker files.
Please advise.
The text was updated successfully, but these errors were encountered: