personalcapital.com

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
ffuser1

personalcapital.com

Unread post by ffuser1 » 2021-09-04, 22:01

Starting a month or two ago, I cannot log in to personalcapital.com. Once you type in your credentials, it gets stuck on their animation of a spinner/hourglass. It shoots you over to https://home.personalcapital.com/page/login/goHome. I tried opening this in safe mode and in a new profile but still can't get it to log in properly. I'm not sure what I should do to troubleshoot this more. Any help appreciated. Thanks!

Here's what the console shows:
SyntaxError: expected expression, got '.'[Learn More]
login.bundle.20210902_165443.js:2:149929
ReferenceError: jQuery is not defined[Learn More]
goHome:1:1
XML Parsing Error: syntax error
Location: https://pips.taboola.com/
Line Number 1, Column 1:
pips.taboola.com:1:1
Content Security Policy: Ignoring ‘x-frame-options’ because of ‘frame-ancestors’ directive.
(unknown)
XML Parsing Error: no root element found
Location: https://personalcapital.zendesk.com/emb ... dvSG9tZSJ9
Line Number 1, Column 1:
embeddable_blip:1:1

Lurker_01
Fanatic
Fanatic
Posts: 122
Joined: 2015-06-12, 14:59
Location: Uruguay

Re: personalcapital.com

Unread post by Lurker_01 » 2021-09-04, 23:14

The page's script uses nullish coalescing (the ?. operator). See Issue 1658 and Issue 1734.

Locked