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 brand new app using embroider for builds, and I'm trying to deploy with ember-cli-deploy-git. Following the instructions in the README, I ran into this error:
Error: Could not find app javascript: "/assets/docs.js" in index.html. Found the following instead:
- /event-perk-grid/assets/vendor.js
- /event-perk-grid/assets/docs.js
For more information about this error: https://github.com/thoov/stitch/wiki/Could-not-find-asset-in-entry-file-error-help
After a lot of hand-wringing, I figured out that I need a trailing slash in my rootURL.
Maybe the docs should suggest ENV.rootURL = '/your-repo-name/'; instead of ENV.rootURL = '/your-repo-name';? I'd be happy to PR it if so.
The text was updated successfully, but these errors were encountered:
I have a brand new app using embroider for builds, and I'm trying to deploy with ember-cli-deploy-git. Following the instructions in the README, I ran into this error:
After a lot of hand-wringing, I figured out that I need a trailing slash in my
rootURL
.Maybe the docs should suggest
ENV.rootURL = '/your-repo-name/';
instead ofENV.rootURL = '/your-repo-name';
? I'd be happy to PR it if so.The text was updated successfully, but these errors were encountered: