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

jumpstart_config_path #83

Closed
jasper502 opened this issue Jun 24, 2019 · 2 comments
Closed

jumpstart_config_path #83

jasper502 opened this issue Jun 24, 2019 · 2 comments

Comments

@jasper502
Copy link

In the landing configuration page there is this button:

<%= link_to "Configure Jumpstart", jumpstart_path, data: { turbolinks: false }, class: "btn btn-primary lg:mr-4 mr-0 lg:mb-0 mb-4" %>

My local development set-up worked fine. When I deployed to production the app fails as there is no jumpstart route. I don't know how this even worked locally as on my local machine there is also no jumpstart route.

<%= link_to "Configure Jumpstart", jumpstart_config_path, data: { turbolinks: false }, class: "btn btn-primary lg:mr-4 mr-0 lg:mb-0 mb-4" %>

I can't find that jumpstart_path reference in the code - when are these static pages created?

@jasper502
Copy link
Author

Hmmm... that fixed it on my production deploy except that jumpstart_config_path = '/jumpstart/configure/' which just 404's. Should be just '/jumpstart'.

@jasper502
Copy link
Author

I am guessing this is related to my production / development issues on the other topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant