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

aposPrefix in loginBase.html #984

Closed
thecb4 opened this issue Aug 25, 2017 · 2 comments · May be fixed by ebarahona/apostrophe#26, mdno/apostrophe#30, falkodev/apostrophe#19, mdno/apostrophe#42 or falkodev/apostrophe#32

Comments

@thecb4
Copy link
Contributor

thecb4 commented Aug 25, 2017

I'm using nginx to proxy and leveraging the prefix capability in apostrophe. When working through the login, I kept getting an error that wasn't seeming to respect the apos.prefix I've set.

It looks like the apostrophe-login module loginBase.html is using an aposPrefix variable.

<form action="{% block action %}{{ aposPrefix }}/login{% endblock %}" method="post">

Is this meant to be a separate variable that I need to set in the app.js in addition to the apos.prefix variable?

@boutell
Copy link
Member

boutell commented Aug 25, 2017 via email

@thecb4
Copy link
Contributor Author

thecb4 commented Aug 25, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment