+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: What is this upup.min.js.map?

  1. #1

    What is this upup.min.js.map?

    Hi,

    Recently I noticed that I got error when inspect my flynax site

    Failed to load resource: the server responded with a status of 404 ()
    https://www.domain.com/upup.min.js.map
    Can Flynax or any one tell me what does it do and how to fix it?

    Thanks

  2. #2
    Hi Wei,

    It's a javascript included on the PWA plugin, the javascript ( upup.sw.min.js ) is on the folder /PWA/static/ , i just downloaded the plugin again but there is no javascript called ( upup.min.js.map ).

    i think it's a required and missing javascript, but i didnt installed the PWA plugin yet because of the missing gmp php extension on my hosting.

    So i cant confirm you if it's really required or not, only someone from Flynax team can tell us if it's missing on the plugin zip file.

    regards,
    Last edited by Amir Khalid; July 1, 2020 at 03:24 PM.

  3. #3
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403
    css file is commented out but the browser detects it for some reason, this is the case in several flynax css, I deleted it from the css file and now it doesn't write it as an error.

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Quote Originally Posted by Wei Hong View Post
    Hi,

    Recently I noticed that I got error when inspect my flynax site



    Can Flynax or any one tell me what does it do and how to fix it?
    Hello,

    See this thread: https://forum.flynax.com/showthread....0142#post30142

  5. #5
    Quote Originally Posted by Rudi View Post
    Hi Rudi,

    I looked at it but it require setting in browser. Is there anyway to fix it with code in source files?

  6. #6
    Quote Originally Posted by Amir Khalid View Post
    Hi Wei,

    It's a javascript included on the PWA plugin, the javascript ( upup.sw.min.js ) is on the folder /PWA/static/ , i just downloaded the plugin again but there is no javascript called ( upup.min.js.map ).

    i think it's a required and missing javascript, but i didnt installed the PWA plugin yet because of the missing gmp php extension on my hosting.

    So i cant confirm you if it's really required or not, only someone from Flynax team can tell us if it's missing on the plugin zip file.

    regards,
    Thank you so much for your information. I didn't know it was from the PWA plugin. By the way I'm using A2hosting shared hosting plan and they support both the extension for the PWA. Just in case you're still looking

  7. #7

  8. #8
    Quote Originally Posted by Bahram Soltanirad View Post
    Yes I just know that Thanks Bahram. Just don't know if we could fix it without asking every user to change their browser setting.

  9. #9
    Quote Originally Posted by Wei Hong View Post
    Yes I just know that Thanks Bahram. Just don't know if we could fix it without asking every user to change their browser setting.

    It is obviously at my mentioned post.
    Go to PWA plugin. There is a .PHP file.
    I don't have PWA, so I don't know the file name.
    Find:
    Code:
    Only registered members can view the code.
    Change to:
    Code:
    Only registered members can view the code.
    Last edited by Bahram Soltanirad; July 3, 2020 at 05:31 AM.

  10. #10
    Quote Originally Posted by Bahram Soltanirad View Post
    It is obviously at my mentioned post.
    Go to PWA plugin. There is a .PHP file.
    I don't have PWA, so I don't know the file name.
    Find:
    Code:
    Only registered members can view the code.
    Change to:
    Code:
    Only registered members can view the code.
    No kidding I did miss that part. So I just followed your instruction. Still got the error message.
    Looks like the files names was different though, the error on my site and flynax demo indicate:
    upup.min.js.map

    While the file in the PWA folder is:
    upup.min.js

    I'm not even sure if it's relevant

+ Reply to Thread