ember-fastboot / ember-fastboot/ember-cli-fastboot

root redirect doesnt work

Open
#349 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
850
Forks
161
Avg merge
17h 45m
Merged PRs (30d)
19

Description

```js
// in app/routes/index.js:
import Ember from 'ember';

const { Route } = Ember;

export default Route.extend({
redirect() {
this.transitionTo('public.contact');
}
});
```

This does redirect when the app boots on clients browser, however fastboot doesnt redirect this.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.