We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
When I deploy to Github Pages and open the result in the browser, I receive this error:
Error: Could not read config from meta tag with name "dummy/config/environment"
This is because the meta tag contains invalid JSON. Here's the offending fragment:
"rootURL":"/ember-cli-yadda-opinionated/versions\addon-docs/"
As you can see, a reverse slash is used, which is treated as an escape character.
This looks like a Windows issue, as I'm building on Windows.
Related: #385
The text was updated successfully, but these errors were encountered:
rootURL: replace backslashes with forward slashes, fixes ember-learn#427
95e6a3b
b3df7dd
No branches or pull requests
Hi!
When I deploy to Github Pages and open the result in the browser, I receive this error:
This is because the meta tag contains invalid JSON. Here's the offending fragment:
As you can see, a reverse slash is used, which is treated as an escape character.
This looks like a Windows issue, as I'm building on Windows.
Related: #385
The text was updated successfully, but these errors were encountered: