Skip to content
New issue

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

FIX: Previewing themes didn't work in Ember CLI #13078

Merged
merged 1 commit into from
May 17, 2021
Merged

Conversation

eviltrout
Copy link
Contributor

This is two fixes:

  1. Ember CLI's proxy did not support 3xx redirects so a redirect was
    failing.

  2. We were not passing query parameters to the bootstrap.json endpoint
    to correctly handle previewing themes (and other occasional options.)

This is two fixes:

1. Ember CLI's proxy did not support 3xx redirects so a redirect was
   failing.

2. We were not passing query parameters to the `bootstrap.json` endpoint
   to correctly handle previewing themes (and other occasional options.)
@eviltrout
Copy link
Contributor Author

(test failure unrelated)

@eviltrout eviltrout merged commit a21700a into master May 17, 2021
@eviltrout eviltrout deleted the bootstrap-fixes branch May 17, 2021 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants