-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
MIME type ('text/html') is not executable, #8423
Comments
Hi @FreddieOnly,
Thanks. |
As requested here is the traefik config file log: api: entryPoints: http: services: certificatesResolvers: serversTransport: providers: |
@FreddieOnly |
Dear Yogeshmahajan, thank you for reminding me!. Yes, i can log in, but only via local ip adress. services:
volumes: networks: I am looking forward hearing from you |
On a Synology 1821 with the newest DSM I am running several containers behind traefik and crowdsec. Now I try to get pgadmin running,also with the help of CHAT GPT, but with no success. I receive the following error messages:
Refused to execute script from 'https://pgadmin.bfg-ott.de/#?next=/browser/' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. The result on the log in page I see the circle rotating. When I try to access pgadmin via Host Ip and Port, it is no problem. I am happy to receive idears to solve the problem.
Here is what chrome dev tools expose: Arguments [Error: Script error for "security.pages"
https://requirejs.org/docs/errors.html#scripterror
at …, callee: ƒ, Symbol(Symbol.iterator): ƒ]
0
:
Error: Script error for "security.pages" https://requirejs.org/docs/errors.html#scripterror at makeError (https://pgadmin.bfg-ott.de/static/vendor/require/require.min.js?ver=81400:9:1795) at HTMLScriptElement.onScriptError (https://pgadmin.bfg-ott.de/static/vendor/require/require.min.js?ver=81400:9:17095)
originalError
:
Event {isTrusted: true, type: 'error', target: script, currentTarget: null, eventPhase: 0, …}
requireModules
:
['security.pages']
requireType
:
"scripterror"
message
:
"Script error for "security.pages"\nhttps://requirejs.org/docs/errors.html#scripterror"
stack
:
"Error: Script error for "security.pages"\nhttps://requirejs.org/docs/errors.html#scripterror\n at makeError (https://pgadmin.bfg-ott.de/static/vendor/require/require.min.js?ver=81400:9:1795)\n at HTMLScriptElement.onScriptError (https://pgadmin.bfg-ott.de/static/vendor/require/require.min.js?ver=81400:9:17095)"
[[Prototype]]
:
Object
callee
:
ƒ ()
length
:
1
Symbol(Symbol.iterator)
:
ƒ values()
[[Prototype]]
:
Object
I am looking forward to a solution. Thank you in advance!
The text was updated successfully, but these errors were encountered: