HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Editor being used here at open.vanillaforums.com

Hi, I installed 3.3 and was wondering what editor editor was being used here.

I activated the advanced editor plug-in and it appeared that rich was the closest, however the paper clip (file upload) and picture options were missing. I also noticed that using the insert media option renders a 404 error. Any help would be appreciated - thank you.

Comments

  • selfawareselfaware New
    edited April 2020

    Hi Kasper,

    Thanks for the quick reply. I uploaded some pics below:

    As you can see, advanced editor is turned off, default rich editor is enabled in plugins and selected in postings.

    I'm still only seeing the embed and emoji icons, the image and file icons are missing - any thoughts - I also

    checked my permissions, although I'm the administrator.

    Thank you!




  • K17K17 Français / French Paris, France ✭✭✭

    It's strange, I tried a new installation just now and the editor is fully working.

  • Hi K17,

    I'm running PHP 7.4 | mysql 5.7.29 | IIS 7.5 (2008R2)

    I do have wincache and Zend's opcache enabled - I wonder if that could be causing a problem?

    Are there any docs specific to php.ini config for windows environment?

    Thank you.

  • K17K17 Français / French Paris, France ✭✭✭
    edited April 2020

    I'm on Windows aswell for this test but I use apache not IIS (I don't know it).

    For PHP the only "specific" things I had to enable was GD and PHP Intl (but it would cause the Class Locale not found error on the install).

    Are bottom controls the only missing ?

    Have you the Paragraph menu and the hover selection menu ?

  • Yes, the paragraph menu and hover selection menu work fine.

    The site as a whole, seems to be working well.

    On a side note, although I have url-rewrite 2.0 installed - I

    haven't configured it to work with vanilla (I'm not sure how or if required?).

    One other issue, if I jump on the advanced editor (wysisyg), click on html and post a video link, it autoembeds,

    however if I use the default rich editor and click on embed icon, I get a 404 error - perhaps something to

    do with lack of url-rewrite?.

  • K17K17 Français / French Paris, France ✭✭✭

    I think.

    Do you have errors in your browsers console ?

  • Here is a clean log when I log into site:

    Default levels

    (index):32

    GET https://www.badpolicy.com/vanilla/api/v2/locales/en/translations.js?h=3.3 net::ERR_ABORTED 404 (Not Found)

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/de918ab…: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/1a0bc33…: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/95f3213…: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/71c0a3c…: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/42d31a8…: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/684f106…: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    favicon.ico:1

    GET https://www.badpolicy.com/favicon.ico 404 (Not Found)

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/a83c7a7…: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/790e1a2…: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

  • Problem solved!

    Found this on the net:

    placed the web.config file in the root folder of my vanilla install and everything was right as rain.

    I've created simple re-write rules to redirect from http to https in the past and was wondering if

    you could explain what this particular rule does and why it resulted in the image, file icon from

    appearing and the 404 redirect errors in general and with respect to link embedding issues?


    When I get to my server, I'll try importing the vanilla default .htaccess.dist file into re-write 2.0

    and see if converts to the re-write rule below.


    Thanks for sharing part of your Sunday with me!


    <?xml version="1.0" encoding="UTF-8"?>

    <configuration>

      <system.webServer>

        <rewrite>

          <rules>

            <rule name="Imported Rule 1" stopProcessing="true">

              <match url="^(.*)$" ignoreCase="false" />

              <conditions logicalGrouping="MatchAll">

                <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />

                <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />

              </conditions>

              <action type="Rewrite" url="index.php\?p={R:1}" appendQueryString="true" />

            </rule>

          </rules>

        </rewrite>

      </system.webServer>

    </configuration>

  • And here is a clean log when I go to write a comment:

    GET https://www.badpolicy.com/vanilla/api/v2/locales/en/translations.js?h=3.3 net::ERR_ABORTED 404 (Not Found)

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/de918abab1d1a0fe3f38: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/1a0bc338758b545a618c: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/95f3213c6de6524de7bf: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/42d31a8ae33252295264: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/71c0a3c6039b928b12a5: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/684f106a43f6d9a99ed7: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/09f388db5242bf6587b7: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/a83c7a722794332b3f9c: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    vendors.min.js?h=3.3:23 GET https://www.badpolicy.com/vanilla/api/v2/users/me 404 (Not Found)

    (anonymous) @ vendors.min.js?h=3.3:23

    e.exports @ vendors.min.js?h=3.3:23

    e.exports @ vendors.min.js?h=3.3:65

    Promise.then (async)

    u.request @ vendors.min.js?h=3.3:65

    o.forEach.u.<computed> @ vendors.min.js?h=3.3:65

    (anonymous) @ vendors.min.js?h=3.3:23

    (anonymous) @ shared.min.js?h=3.3:185

    c @ vendors.min.js?h=3.3:58

    (anonymous) @ vendors.min.js?h=3.3:58

    forEach.e.<computed> @ vendors.min.js?h=3.3:58

    r @ vendors.min.js?h=3.3:6

    u @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ shared.min.js?h=3.3:108

    c @ vendors.min.js?h=3.3:58

    (anonymous) @ vendors.min.js?h=3.3:58

    forEach.e.<computed> @ vendors.min.js?h=3.3:58

    r @ vendors.min.js?h=3.3:6

    u @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ shared.min.js?h=3.3:108

    (anonymous) @ vendors.min.js?h=3.3:23

    (anonymous) @ shared.min.js?h=3.3:185

    value @ async~mountEditor.min.js?09f388db5242bf6587b7:212

    Wa @ vendors.min.js?h=3.3:73

    Ba @ vendors.min.js?h=3.3:73

    (anonymous) @ vendors.min.js?h=3.3:73

    t.unstable_runWithPriority @ vendors.min.js?h=3.3:82

    Lu @ vendors.min.js?h=3.3:73

    Au @ vendors.min.js?h=3.3:73

    Cu @ vendors.min.js?h=3.3:73

    Tu @ vendors.min.js?h=3.3:73

    Ha @ vendors.min.js?h=3.3:73

    l @ vendors.min.js?h=3.3:82

    d @ vendors.min.js?h=3.3:82

    F.port1.onmessage @ vendors.min.js?h=3.3:82

    Show 8 more frames

    vendors.min.js?h=3.3:23 Uncaught (in promise) Error: Request failed with status code 404

      at e.exports (vendors.min.js?h=3.3:23)

      at e.exports (vendors.min.js?h=3.3:65)

      at XMLHttpRequest.d.onreadystatechange (vendors.min.js?h=3.3:23)

    e.exports @ vendors.min.js?h=3.3:23

    e.exports @ vendors.min.js?h=3.3:65

    d.onreadystatechange @ vendors.min.js?h=3.3:23

    Promise.then (async)

    r @ vendors.min.js?h=3.3:6

    u @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ shared.min.js?h=3.3:108

    (anonymous) @ vendors.min.js?h=3.3:23

    (anonymous) @ shared.min.js?h=3.3:185

    value @ async~mountEditor.min.js?09f388db5242bf6587b7:212

    Wa @ vendors.min.js?h=3.3:73

    Ba @ vendors.min.js?h=3.3:73

    (anonymous) @ vendors.min.js?h=3.3:73

    t.unstable_runWithPriority @ vendors.min.js?h=3.3:82

    Lu @ vendors.min.js?h=3.3:73

    Au @ vendors.min.js?h=3.3:73

    Cu @ vendors.min.js?h=3.3:73

    Tu @ vendors.min.js?h=3.3:73

    Ha @ vendors.min.js?h=3.3:73

    l @ vendors.min.js?h=3.3:82

    d @ vendors.min.js?h=3.3:82

    F.port1.onmessage @ vendors.min.js?h=3.3:82

    index.php?p=/post/discussion:1 [DOM] Found 3 elements with non-unique id #paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button: (More info: https://goo.gl/9p2vKq) <button type=​"button" role=​"menuitem" id=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button" aria-label=​"Toggle Heading Menu" title=​"Toggle Heading Menu" aria-controls=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-menu" aria-expanded=​"false" aria-haspopup=​"menu" class=​"richEditor-button_fb25bfp" tabindex=​"0">​…​</button>​ <button type=​"button" role=​"menuitem" id=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button" aria-label=​"Toggle Heading Menu" title=​"Toggle Heading Menu" aria-controls=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-menu" aria-expanded=​"false" aria-haspopup=​"menu" class=​"richEditor-button_fb25bfp" tabindex=​"-1">​…​</button>​ <button type=​"button" role=​"menuitem" id=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button" aria-label=​"Toggle Heading Menu" title=​"Toggle Heading Menu" aria-controls=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-menu" aria-expanded=​"false" aria-haspopup=​"menu" class=​"richEditor-button_fb25bfp" tabindex=​"-1">​…​</button>​

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/790e1a22e27cc5b38437: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

  • And here is a clean log when I enter a comment:

    GET https://www.badpolicy.com/vanilla/api/v2/locales/en/translations.js?h=3.3 net::ERR_ABORTED 404 (Not Found)

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/de918abab1d1a0fe3f38: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/1a0bc338758b545a618c: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/95f3213c6de6524de7bf: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/42d31a8ae33252295264: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/71c0a3c6039b928b12a5: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/684f106a43f6d9a99ed7: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/09f388db5242bf6587b7: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/a83c7a722794332b3f9c: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    vendors.min.js?h=3.3:23 GET https://www.badpolicy.com/vanilla/api/v2/users/me 404 (Not Found)

    (anonymous) @ vendors.min.js?h=3.3:23

    e.exports @ vendors.min.js?h=3.3:23

    e.exports @ vendors.min.js?h=3.3:65

    Promise.then (async)

    u.request @ vendors.min.js?h=3.3:65

    o.forEach.u.<computed> @ vendors.min.js?h=3.3:65

    (anonymous) @ vendors.min.js?h=3.3:23

    (anonymous) @ shared.min.js?h=3.3:185

    c @ vendors.min.js?h=3.3:58

    (anonymous) @ vendors.min.js?h=3.3:58

    forEach.e.<computed> @ vendors.min.js?h=3.3:58

    r @ vendors.min.js?h=3.3:6

    u @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ shared.min.js?h=3.3:108

    c @ vendors.min.js?h=3.3:58

    (anonymous) @ vendors.min.js?h=3.3:58

    forEach.e.<computed> @ vendors.min.js?h=3.3:58

    r @ vendors.min.js?h=3.3:6

    u @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ shared.min.js?h=3.3:108

    (anonymous) @ vendors.min.js?h=3.3:23

    (anonymous) @ shared.min.js?h=3.3:185

    value @ async~mountEditor.min.js?09f388db5242bf6587b7:212

    Wa @ vendors.min.js?h=3.3:73

    Ba @ vendors.min.js?h=3.3:73

    (anonymous) @ vendors.min.js?h=3.3:73

    t.unstable_runWithPriority @ vendors.min.js?h=3.3:82

    Lu @ vendors.min.js?h=3.3:73

    Au @ vendors.min.js?h=3.3:73

    Cu @ vendors.min.js?h=3.3:73

    Tu @ vendors.min.js?h=3.3:73

    Ha @ vendors.min.js?h=3.3:73

    l @ vendors.min.js?h=3.3:82

    d @ vendors.min.js?h=3.3:82

    F.port1.onmessage @ vendors.min.js?h=3.3:82

    Show 8 more frames

    vendors.min.js?h=3.3:23 Uncaught (in promise) Error: Request failed with status code 404

      at e.exports (vendors.min.js?h=3.3:23)

      at e.exports (vendors.min.js?h=3.3:65)

      at XMLHttpRequest.d.onreadystatechange (vendors.min.js?h=3.3:23)

    e.exports @ vendors.min.js?h=3.3:23

    e.exports @ vendors.min.js?h=3.3:65

    d.onreadystatechange @ vendors.min.js?h=3.3:23

    Promise.then (async)

    r @ vendors.min.js?h=3.3:6

    u @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ shared.min.js?h=3.3:108

    (anonymous) @ vendors.min.js?h=3.3:23

    (anonymous) @ shared.min.js?h=3.3:185

    value @ async~mountEditor.min.js?09f388db5242bf6587b7:212

    Wa @ vendors.min.js?h=3.3:73

    Ba @ vendors.min.js?h=3.3:73

    (anonymous) @ vendors.min.js?h=3.3:73

    t.unstable_runWithPriority @ vendors.min.js?h=3.3:82

    Lu @ vendors.min.js?h=3.3:73

    Au @ vendors.min.js?h=3.3:73

    Cu @ vendors.min.js?h=3.3:73

    Tu @ vendors.min.js?h=3.3:73

    Ha @ vendors.min.js?h=3.3:73

    l @ vendors.min.js?h=3.3:82

    d @ vendors.min.js?h=3.3:82

    F.port1.onmessage @ vendors.min.js?h=3.3:82

    index.php?p=/post/discussion:1 [DOM] Found 3 elements with non-unique id #paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button: (More info: https://goo.gl/9p2vKq) <button type=​"button" role=​"menuitem" id=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button" aria-label=​"Toggle Heading Menu" title=​"Toggle Heading Menu" aria-controls=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-menu" aria-expanded=​"false" aria-haspopup=​"menu" class=​"richEditor-button_fb25bfp" tabindex=​"0">​…​</button>​ <button type=​"button" role=​"menuitem" id=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button" aria-label=​"Toggle Heading Menu" title=​"Toggle Heading Menu" aria-controls=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-menu" aria-expanded=​"false" aria-haspopup=​"menu" class=​"richEditor-button_fb25bfp" tabindex=​"-1">​…​</button>​ <button type=​"button" role=​"menuitem" id=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button" aria-label=​"Toggle Heading Menu" title=​"Toggle Heading Menu" aria-controls=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-menu" aria-expanded=​"false" aria-haspopup=​"menu" class=​"richEditor-button_fb25bfp" tabindex=​"-1">​…​</button>​

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/790e1a22e27cc5b38437: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

  • And here is a clean log when I go to write a comment:

    GET https://www.badpolicy.com/vanilla/api/v2/locales/en/translations.js?h=3.3 net::ERR_ABORTED 404 (Not Found)

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/de918abab1d1a0fe3f38: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/1a0bc338758b545a618c: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/95f3213c6de6524de7bf: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/42d31a8ae33252295264: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/71c0a3c6039b928b12a5: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/684f106a43f6d9a99ed7: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/09f388db5242bf6587b7: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/a83c7a722794332b3f9c: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    vendors.min.js?h=3.3:23 GET https://www.badpolicy.com/vanilla/api/v2/users/me 404 (Not Found)

    (anonymous) @ vendors.min.js?h=3.3:23

    e.exports @ vendors.min.js?h=3.3:23

    e.exports @ vendors.min.js?h=3.3:65

    Promise.then (async)

    u.request @ vendors.min.js?h=3.3:65

    o.forEach.u.<computed> @ vendors.min.js?h=3.3:65

    (anonymous) @ vendors.min.js?h=3.3:23

    (anonymous) @ shared.min.js?h=3.3:185

    c @ vendors.min.js?h=3.3:58

    (anonymous) @ vendors.min.js?h=3.3:58

    forEach.e.<computed> @ vendors.min.js?h=3.3:58

    r @ vendors.min.js?h=3.3:6

    u @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ shared.min.js?h=3.3:108

    c @ vendors.min.js?h=3.3:58

    (anonymous) @ vendors.min.js?h=3.3:58

    forEach.e.<computed> @ vendors.min.js?h=3.3:58

    r @ vendors.min.js?h=3.3:6

    u @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ shared.min.js?h=3.3:108

    (anonymous) @ vendors.min.js?h=3.3:23

    (anonymous) @ shared.min.js?h=3.3:185

    value @ async~mountEditor.min.js?09f388db5242bf6587b7:212

    Wa @ vendors.min.js?h=3.3:73

    Ba @ vendors.min.js?h=3.3:73

    (anonymous) @ vendors.min.js?h=3.3:73

    t.unstable_runWithPriority @ vendors.min.js?h=3.3:82

    Lu @ vendors.min.js?h=3.3:73

    Au @ vendors.min.js?h=3.3:73

    Cu @ vendors.min.js?h=3.3:73

    Tu @ vendors.min.js?h=3.3:73

    Ha @ vendors.min.js?h=3.3:73

    l @ vendors.min.js?h=3.3:82

    d @ vendors.min.js?h=3.3:82

    F.port1.onmessage @ vendors.min.js?h=3.3:82

    Show 8 more frames

    vendors.min.js?h=3.3:23 Uncaught (in promise) Error: Request failed with status code 404

      at e.exports (vendors.min.js?h=3.3:23)

      at e.exports (vendors.min.js?h=3.3:65)

      at XMLHttpRequest.d.onreadystatechange (vendors.min.js?h=3.3:23)

    e.exports @ vendors.min.js?h=3.3:23

    e.exports @ vendors.min.js?h=3.3:65

    d.onreadystatechange @ vendors.min.js?h=3.3:23

    Promise.then (async)

    r @ vendors.min.js?h=3.3:6

    u @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ shared.min.js?h=3.3:108

    (anonymous) @ vendors.min.js?h=3.3:23

    (anonymous) @ shared.min.js?h=3.3:185

    value @ async~mountEditor.min.js?09f388db5242bf6587b7:212

    Wa @ vendors.min.js?h=3.3:73

    Ba @ vendors.min.js?h=3.3:73

    (anonymous) @ vendors.min.js?h=3.3:73

    t.unstable_runWithPriority @ vendors.min.js?h=3.3:82

    Lu @ vendors.min.js?h=3.3:73

    Au @ vendors.min.js?h=3.3:73

    Cu @ vendors.min.js?h=3.3:73

    Tu @ vendors.min.js?h=3.3:73

    Ha @ vendors.min.js?h=3.3:73

    l @ vendors.min.js?h=3.3:82

    d @ vendors.min.js?h=3.3:82

    F.port1.onmessage @ vendors.min.js?h=3.3:82

    index.php?p=/post/discussion:1 [DOM] Found 3 elements with non-unique id #paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button: (More info: https://goo.gl/9p2vKq) <button type=​"button" role=​"menuitem" id=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button" aria-label=​"Toggle Heading Menu" title=​"Toggle Heading Menu" aria-controls=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-menu" aria-expanded=​"false" aria-haspopup=​"menu" class=​"richEditor-button_fb25bfp" tabindex=​"0">​…​</button>​ <button type=​"button" role=​"menuitem" id=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button" aria-label=​"Toggle Heading Menu" title=​"Toggle Heading Menu" aria-controls=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-menu" aria-expanded=​"false" aria-haspopup=​"menu" class=​"richEditor-button_fb25bfp" tabindex=​"-1">​…​</button>​ <button type=​"button" role=​"menuitem" id=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button" aria-label=​"Toggle Heading Menu" title=​"Toggle Heading Menu" aria-controls=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-menu" aria-expanded=​"false" aria-haspopup=​"menu" class=​"richEditor-button_fb25bfp" tabindex=​"-1">​…​</button>​

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/790e1a22e27cc5b38437: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

  • And here is a clean log when I enter a comment:

    GET https://www.badpolicy.com/vanilla/api/v2/locales/en/translations.js?h=3.3 net::ERR_ABORTED 404 (Not Found)

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/de918abab1d1a0fe3f38: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/1a0bc338758b545a618c: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/95f3213c6de6524de7bf: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/42d31a8ae33252295264: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/71c0a3c6039b928b12a5: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/684f106a43f6d9a99ed7: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/09f388db5242bf6587b7: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/a83c7a722794332b3f9c: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    vendors.min.js?h=3.3:23 GET https://www.badpolicy.com/vanilla/api/v2/users/me 404 (Not Found)

    (anonymous) @ vendors.min.js?h=3.3:23

    e.exports @ vendors.min.js?h=3.3:23

    e.exports @ vendors.min.js?h=3.3:65

    Promise.then (async)

    u.request @ vendors.min.js?h=3.3:65

    o.forEach.u.<computed> @ vendors.min.js?h=3.3:65

    (anonymous) @ vendors.min.js?h=3.3:23

    (anonymous) @ shared.min.js?h=3.3:185

    c @ vendors.min.js?h=3.3:58

    (anonymous) @ vendors.min.js?h=3.3:58

    forEach.e.<computed> @ vendors.min.js?h=3.3:58

    r @ vendors.min.js?h=3.3:6

    u @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ shared.min.js?h=3.3:108

    c @ vendors.min.js?h=3.3:58

    (anonymous) @ vendors.min.js?h=3.3:58

    forEach.e.<computed> @ vendors.min.js?h=3.3:58

    r @ vendors.min.js?h=3.3:6

    u @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ shared.min.js?h=3.3:108

    (anonymous) @ vendors.min.js?h=3.3:23

    (anonymous) @ shared.min.js?h=3.3:185

    value @ async~mountEditor.min.js?09f388db5242bf6587b7:212

    Wa @ vendors.min.js?h=3.3:73

    Ba @ vendors.min.js?h=3.3:73

    (anonymous) @ vendors.min.js?h=3.3:73

    t.unstable_runWithPriority @ vendors.min.js?h=3.3:82

    Lu @ vendors.min.js?h=3.3:73

    Au @ vendors.min.js?h=3.3:73

    Cu @ vendors.min.js?h=3.3:73

    Tu @ vendors.min.js?h=3.3:73

    Ha @ vendors.min.js?h=3.3:73

    l @ vendors.min.js?h=3.3:82

    d @ vendors.min.js?h=3.3:82

    F.port1.onmessage @ vendors.min.js?h=3.3:82

    Show 8 more frames

    vendors.min.js?h=3.3:23 Uncaught (in promise) Error: Request failed with status code 404

      at e.exports (vendors.min.js?h=3.3:23)

      at e.exports (vendors.min.js?h=3.3:65)

      at XMLHttpRequest.d.onreadystatechange (vendors.min.js?h=3.3:23)

    e.exports @ vendors.min.js?h=3.3:23

    e.exports @ vendors.min.js?h=3.3:65

    d.onreadystatechange @ vendors.min.js?h=3.3:23

    Promise.then (async)

    r @ vendors.min.js?h=3.3:6

    u @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ vendors.min.js?h=3.3:6

    (anonymous) @ shared.min.js?h=3.3:108

    (anonymous) @ vendors.min.js?h=3.3:23

    (anonymous) @ shared.min.js?h=3.3:185

    value @ async~mountEditor.min.js?09f388db5242bf6587b7:212

    Wa @ vendors.min.js?h=3.3:73

    Ba @ vendors.min.js?h=3.3:73

    (anonymous) @ vendors.min.js?h=3.3:73

    t.unstable_runWithPriority @ vendors.min.js?h=3.3:82

    Lu @ vendors.min.js?h=3.3:73

    Au @ vendors.min.js?h=3.3:73

    Cu @ vendors.min.js?h=3.3:73

    Tu @ vendors.min.js?h=3.3:73

    Ha @ vendors.min.js?h=3.3:73

    l @ vendors.min.js?h=3.3:82

    d @ vendors.min.js?h=3.3:82

    F.port1.onmessage @ vendors.min.js?h=3.3:82

    index.php?p=/post/discussion:1 [DOM] Found 3 elements with non-unique id #paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button: (More info: https://goo.gl/9p2vKq) <button type=​"button" role=​"menuitem" id=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button" aria-label=​"Toggle Heading Menu" title=​"Toggle Heading Menu" aria-controls=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-menu" aria-expanded=​"false" aria-haspopup=​"menu" class=​"richEditor-button_fb25bfp" tabindex=​"0">​…​</button>​ <button type=​"button" role=​"menuitem" id=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button" aria-label=​"Toggle Heading Menu" title=​"Toggle Heading Menu" aria-controls=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-menu" aria-expanded=​"false" aria-haspopup=​"menu" class=​"richEditor-button_fb25bfp" tabindex=​"-1">​…​</button>​ <button type=​"button" role=​"menuitem" id=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-button" aria-label=​"Toggle Heading Menu" title=​"Toggle Heading Menu" aria-controls=​"paragraphMenu1-formattingMenusparagraphMenu1-formattingMenus-dropDown-menu" aria-expanded=​"false" aria-haspopup=​"menu" class=​"richEditor-button_fb25bfp" tabindex=​"-1">​…​</button>​

    DevTools failed to load SourceMap: Could not load content for https://www.badpolicy.com/api/v2/sourcemaps/forum/sourcemaps/owkmw/790e1a22e27cc5b38437: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Sign In or Register to comment.