We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Home Forums Bug Reports and Feature Requests Reporting an issue with Verge3D

Viewing 8 posts - 61 through 68 (of 68 total)
  • Author
    Posts
  • #80871
    dx556po
    Participant

    I have tried all the solutions you mentioned, but they have not worked. I still cannot solve this problem. I used Verge3d 4.9.0 and Blender 3.6.0

    #80873
    dx556po
    Participant

    Find the file ‘server. py’ in the ‘manger’ directory of your installation directory.
    Insert under 166 lines of code.
    mimetypes.add_type(‘image/svg+xml’, ‘.svg’)

    #80874
    qiangge
    Participant

    This issue has been resolved. By adding mimetypes on the server, it is likely that the default types were modified due to the use of Google Web Designer,
    Officially, it can be directly added to the server configuration to prevent modification

    Attachments:
    You must be logged in to view attached files.
    #80876

    That’s really strange SVG mime type is missing! Anyway, we’re going to provide workaround in the upcoming Verge3D update.

    BTW could you confirm this works for you?

    if mimetypes.guess_type('abc.svg')[0] == None:
        mimetypes.add_type('image/svg+xml', '.svg')

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #80878
    wangrui
    Participant

    I have found a solution, and users who need it can replace the file I gave. The previous reason is that this file has no code to recognize svg, and its address is Verge3D_for_Blender\manager.

    #80879
    wangrui
    Participant

    Hahahaha, some netizens in China have found it for you.But thank you all the same.

    #80880
    FunJoy.Tech
    Customer

    That’s really strange SVG mime type is missing! Anyway, we’re going to provide workaround in the upcoming Verge3D update.

    BTW could you confirm this works for you?

    if mimetypes.guess_type('abc.svg')[0] == None:
        mimetypes.add_type('image/svg+xml', '.svg')

    We’ve confirmed with them that this works for him. However, we haven’t yet identified the cause, not able to reproduce it on our side. So far, we’ve received two identical reports of this issue.

    As feedbacks, the browser console shows a 200 status for the SVG file, confirming it’s being found and served correctly (no 404 errors). If directly accessing the icon URL triggers an SVG file download.

    #80881

    We’ve confirmed with them that this works for him. However, we haven’t yet identified the cause, not able to reproduce it on our side. So far, we’ve received two identical reports of this issue.

    I believe considering severity of this issue for the Chinese users we’ll need to issue a minor 4.9 update soon!

    Soft8Soft Tech Chief
    X | FB | LinkedIn

Viewing 8 posts - 61 through 68 (of 68 total)
  • You must be logged in to reply to this topic.