[bug] AdminFE has blank sections #723

Open
opened 2024-03-27 18:28:03 +00:00 by deadsuperhero · 3 comments

Your setup

From source

Extra details

No response

Version

3.11

PostgreSQL version

No response

What were you trying to do?

I was trying to log into AdminFE, to adjust some settings, when I noticed that most of the pages are blank now?

What did you expect to happen?

Each section should have forms and fields and buttons for various options.

What actually happened?

Most pages in AdminFE appear to be blank, devoid of any options. The sections are still there for menu navigation, as are page titles. Most things are suddenly inaccessible, though.

Logs

No response

Severity

I cannot use the software

Have you searched for this issue?

  • I have double-checked and have not found this issue mentioned anywhere.
### Your setup From source ### Extra details _No response_ ### Version 3.11 ### PostgreSQL version _No response_ ### What were you trying to do? I was trying to log into AdminFE, to adjust some settings, when I noticed that most of the pages are blank now? ### What did you expect to happen? Each section should have forms and fields and buttons for various options. ### What actually happened? Most pages in AdminFE appear to be blank, devoid of any options. The sections are still there for menu navigation, as are page titles. Most things are suddenly inaccessible, though. ### Logs _No response_ ### Severity I cannot use the software ### Have you searched for this issue? - [x] I have double-checked and have not found this issue mentioned anywhere.
deadsuperhero added the
bug
label 2024-03-27 18:28:03 +00:00
Author

Some messages that appear in the Firefox Developer console:

Content-Security-Policy: The page’s settings blocked the loading of a resource at inline (“script-src”).
EvalError: call to eval() blocked by CSP
    r moz-extension://92fc1483-4052-45ed-9267-f9b2c841bbac/build/detector.js:1
    <anonymous> moz-extension://92fc1483-4052-45ed-9267-f9b2c841bbac/build/detector.js:1
    <anonymous> moz-extension://92fc1483-4052-45ed-9267-f9b2c841bbac/build/detector.js:1
    <anonymous> moz-extension://92fc1483-4052-45ed-9267-f9b2c841bbac/build/detector.js:1
    inject resource://gre/modules/ExtensionContent.sys.mjs:583
    AsyncFunctionNext self-hosted:852

Content-Security-Policy: The page’s settings blocked the loading of a resource at eval (“script-src”).
Source: ;(function n(e){let t=1e3,n=10;function …
Some messages that appear in the Firefox Developer console: ``` Content-Security-Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). ``` ``` EvalError: call to eval() blocked by CSP r moz-extension://92fc1483-4052-45ed-9267-f9b2c841bbac/build/detector.js:1 <anonymous> moz-extension://92fc1483-4052-45ed-9267-f9b2c841bbac/build/detector.js:1 <anonymous> moz-extension://92fc1483-4052-45ed-9267-f9b2c841bbac/build/detector.js:1 <anonymous> moz-extension://92fc1483-4052-45ed-9267-f9b2c841bbac/build/detector.js:1 inject resource://gre/modules/ExtensionContent.sys.mjs:583 AsyncFunctionNext self-hosted:852 ``` ``` Content-Security-Policy: The page’s settings blocked the loading of a resource at eval (“script-src”). Source: ;(function n(e){let t=1e3,n=10;function … ```

those errors are your Firefox extensions

you need to update your admin-fe to the latest version

those errors are your Firefox extensions you need to update your admin-fe to the latest version
Author

Oh weird, good call. I guess I didn't realize that AdminFE was handled separately from the base application?

I'll look into it when I'm able, and will report back.

Oh weird, good call. I guess I didn't realize that AdminFE was handled separately from the base application? I'll look into it when I'm able, and will report back.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#723
No description provided.