Links to Client View Redirect To Login

When I go to an invoice and click View in Portal, It just redirects to dashboard. When I click on an invoice link in an email (sent to an alternate mail account), it redirects to login page. I have yet to see a client facing page. Here is a sample View in Portal URL:

https://sub.domain.com/?pw0xw8sleui54yktwv5kpupmihatyr5a/view

This is in my nginx error log:

2019/03/05 11:14:08 [error] 14411#14411: *3 FastCGI sent in stderr: “PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/ninja/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 43
PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/ninja/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php on line 122” while reading response header from upstream, client: 192.168.2.110, server: sub.domain.com, request: “GET /dashboard HTTP/1.1”, upstream: “fastcgi://unix:/run/php/php7.0-fpm.sock:”, host: “sub.domain.com

And if I take this url: https://sub.domain.com/?pw0xw8sleui54yktwv5kpupmihatyr5a/view

and move things around, it works: https://sub.domain.com/view/pw0xw8sleui54yktwv5kpupmihatyr5a

It looks like you’re using the iFrame feature, you may want to remove the website value on Settings > Client Portal.

Oof, I feel dumb. I must have ran through those menu’s 20x and was digging into code. Glad it was an easy fix, and thank you much.