Hi,
How can we fetch the active access tokens of a user using username and password?
Plugin button doesn't show plugin page
-
The URL becomes the URL of the plugin page, but the plugin page doesn't show until I refresh the page. It's weird.
-
The request is long you just have to wait a bit before it's actually showing.
-
@esiao - It never loads. There is no loading indicator, the page loads instantly on reload, but never loads on initial page request.
-
Can you run
git rev-parse HEAD
and let us know what commit you are on? -
git rev-parse HEAD
returnsaa116e6b4d2f42731729db01f28875494988a684
I've looked through the Chrome dev console in the network section and it seems that ajaxify is receiving
304: Not modified
responses, and gets stuck onopacity:0
. A very weird functionality. All of the elements are loaded in, but they are all invisible. Very odd.There is an
Uncaught Error: Mismatched anonymous define() module
error that occurs on page load in ajaxify.Okay, I guess never mind. One of the external sources I was including was causing the problem. I removed the
define
call and now it's working.