Invoiceninja: Client name in payment edit goes to wrong page - 4.5.8

Created on 10 Jan 2019  路  5Comments  路  Source: invoiceninja/invoiceninja

clicking on a clients name in the payment edit screen (site.com/payments/1/edit) adds a second dash to the url (E.G: site.com//clients/1 instead of site.com/clients/1) and goes to page can鈥檛 be found.

Running version 4.5.8

question

All 5 comments

I cannot recreate this.

having a double // shouldn't fail... this sounds like a configuration issue.

Works when I take out the double dash from the resulting URL. Any idea what I should be looking for in the config? Note this issue started from when I went directly from Ver. 4.4.3 to 4.5.7 and remained as I went to 4.5.8

do you have a trailing slash for your APP_URL in the .env file?

ie does it look like this:

APP_URL=http://site.com/

If it does try changing it to

APP_URL=http://site.com

If this does not help, most likely you are using the Apache Webserver and there may be an issue with the way mod_rewrite is handling the URL.

well that was simple. Yes that was the issue, strange I hadn't noticed it sooner. (my) Issue fixed, thanks!

Fantastic, great to hear!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

anthonygettig picture anthonygettig  路  5Comments

jacurtis picture jacurtis  路  4Comments

Braunson picture Braunson  路  4Comments

Baledin picture Baledin  路  3Comments

pthoelken picture pthoelken  路  4Comments