User Notification View Payment Link Issue

The “View Payment” button on the Payment was made notification emails for users goes to 404. It seems the url is just https://mydomain/public/ ?

View payment button on emails works fine for clients.

Is there something not setup correctly somewhere or a bug?

Hi,

I suggest checking that APP_URL is correct in the .env file and you’re using the latest version of the app.

If you think it’s a bug feel free to create an issue on GitHub.

Im using latest version.

My app is in the root of sub domain, would you confirm these are correct please.

APP_URL=“https://invoice.mydomain/public
REACT_URL=https://invoice.mydomain

I think it looks ok to me

1 Like