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
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!