Recent content by AspectUnk

  1. AspectUnk

    Not a bug jQuery context not available

    Alright, but why is the function unavailable after definition
  2. AspectUnk

    Not a bug jQuery context not available

    After updating to 2.3.0, any third-party scripts using jQuery do not work. Looks like a context scope issue. You can reproduce it by inserting a similar code into any template: <xf:js> console.log("executed"); console.log(typeof jQuery); console.log(typeof $); function...
  3. AspectUnk

    Fixed All scopes does not work correctly

    Hello. After I upgraded to XF 2.3, the "All scopes" option does not work, even though the value in the database column allow_all_scopes is set to 1. If I manually set all scopes, the API key works. I tested it on the endpoint "/index.php?api/auth". Btw this is super user key
Back
Top Bottom