Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In
Continue with Google
Continue with Facebook
or use


Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here
Continue with Google
Continue with Facebook
or use


Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.


Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Continue with Google
Continue with Facebook
or use


Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

Stack Ask

Stack Ask Logo Stack Ask Logo

Stack Ask Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • About Us
  • Contact Us
Home/ Questions/Q 8555
Next
In Process
Thành Vương
  • 1
Thành VươngBeginner
Asked: November 28, 20222022-11-28T09:44:18+00:00 2022-11-28T09:44:18+00:00In: Spring

Bug sai đường dẫn khi config ckeditor lên live

  • 1

Em đang làm cho dự án thì khi config ckeditor chạy trên uat thì vẫn chạy được nhưng khi đưa lên live lại dính lỗi because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Theo như em thấy thì cái đường dẫn css nó bị thay đổi dẫn đến nó không nhận cái css của ckeditor.
ở UAT đường link đó là:

+ *** :8080/js/vendor/CKFinderJava/ckeditor/skins/moono-lisa/editor.css?t=H5SC
Nhưng khi lên live thì lại là:
+ ***.com.vn/review/mail/skins/moono-lisa/editor.css?t=H5SC

Nó bị mất js/vendor/CKFinderJava/ckeditor/ và ghi đè lên đó là /review/mail/
Không biết em cần config như nào để không bị như vậy ạ?

config-css
  • 14 14 Answers
  • 65 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook
  • Report

14 Answers

  • Voted
  • Oldest
  • Recent
  1. monkey Enlightened
    2022-11-28T09:58:30+00:00Added an answer on November 28, 2022 at 9:58 am
    This answer was edited.

    em đang dùng thymeleaf nhỉ? Em có thể paste lên đây đoạn em dùng thẻ link để import css không em? Ví dụ:

    <link rel="stylesheet" href="/lib/w3schools30.css">
    

    Anh đang hiểu là ở dưới local em đang chạy thông qua tomcat, dẫn đến app của em nó bị ném vào thư mục webapps của tomcat, và bị thêm path vào url, path ở đây chính là tên project của em, nhưng khi lên môi trường thật thì app lại được deploy ở dạng root app, tức là không bị thêm path nữa, mà trong css em lại import cả path chính là tên project nên dẫn đến bị sai

    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
    • Vương Võ Thành Beginner
      2022-11-28T11:42:13+00:00Replied to answer on November 28, 2022 at 11:42 am

      Anh chờ em ngày mai với ạ. import thì có file config trỏ vào ạ. Còn local thì đúng là chạy tomcat ạ. Nhưng local nó không bị thêm cái path /review/mail/ này nên nó đúng. Còn live thì nó lại thêm cái path /review/mail/ và nó còn đè lên đoạn path khác nên dẫn đến bị sai ạ.

      • 0
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report
      • tvd12 Enlightened
        2022-11-28T14:12:24+00:00Replied to answer on November 28, 2022 at 2:12 pm

        Ok em

        • 0
        • Share
          Share
          • Share on Facebook
          • Share on Twitter
          • Share on LinkedIn
          • Share on WhatsApp
          • Report
    • Thành Vương Beginner
      2022-11-29T02:02:17+00:00Replied to answer on November 29, 2022 at 2:02 am
      Uncaught TypeError: Cannot set properties of undefined (setting 'dir')
          at Object.d (ckeditor-4788953018ee5b3204db3dea4b81ab7d.js:245:54)
          at f (ckeditor-4788953018ee5b3204db3dea4b81ab7d.js:246:177)
          at Array.C (ckeditor-4788953018ee5b3204db3dea4b81ab7d.js:246:332)
          at w (ckeditor-4788953018ee5b3204db3dea4b81ab7d.js:246:416)
          at A.CKEDITOR.env.ie.f.$.onerror (ckeditor-4788953018ee5b3204db3dea4b81ab7d.js:247:363)
      

      Nó có cả lỗi này nữa ạ

      • 0
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report
  2. monkey Enlightened
    2022-11-29T02:52:34+00:00Added an answer on November 29, 2022 at 2:52 am

    Em đang ckeditor bản 4 hay 5 nhỉ?

    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
    • Thành Vương Beginner
      2022-11-29T02:59:39+00:00Replied to answer on November 29, 2022 at 2:59 am

      Dạ 4 ạ.

      • 0
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report
    • Thành Vương Beginner
      2022-11-29T03:02:55+00:00Replied to answer on November 29, 2022 at 3:02 am

      Và theo như a nói do tomcat với deploy lên nó khác ấy ạ. cái đó e phải sửa lại như nào ạ

      • 0
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report
  3. monkey Enlightened
    2022-11-29T03:01:33+00:00Added an answer on November 29, 2022 at 3:01 am

    Em có dùng spring boot không? Hay là dúng spring-webmvc thông thường sau đó chạy qua tomcat?

    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
    • Thành Vương Beginner
      2022-11-29T03:06:26+00:00Replied to answer on November 29, 2022 at 3:06 am

      Dạ em dùng Spring boot ạ.

      • 0
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report
    • Thành Vương Beginner
      2022-11-29T03:26:54+00:00Replied to answer on November 29, 2022 at 3:26 am
      						public class WebMvcConfig extends WebMvcConfigurerAdapter {
      
      	@Override
      	public void addResourceHandlers(ResourceHandlerRegistry registry) {
      		registry.addResourceHandler("/ckfinder/**").addResourceLocations("classpath:/static/js/vendor/CKFinderJava/ckfinder/");
      		registry.addResourceHandler("/ckeditor/**").addResourceLocations("classpath:/static/js/vendor/CKFinderJava/ckeditor/");
      

      Em nghĩ e đang sai ở đoạn này. Local thì được nhưng lên sever thì mất /js/vendor/CKFinderJava

      • 0
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report
  4. monkey Enlightened
    2022-11-29T03:22:01+00:00Added an answer on November 29, 2022 at 3:22 am

    Nếu em dùng spring boot, vậy em sẽ không cần dùng thêm tomcat nữa mà dùng trực tiếp bằng java -jar app.jar luôn, ví dụ đây là config của anh:

    @Configuration
    @EnableWebMvc
    public class MvcConfig implements WebMvcConfigurer {
        @Override
        public void addResourceHandlers(ResourceHandlerRegistry registry) {
            registry
                .addResourceHandler("/**")
                .addResourceLocations("classpath:static/");
        }
    }
    

    Thì anh sẽ ném cả cái ckeditor vào trong thư mục [project]/src/main/resources/static. Thì lúc sau anh chỉ cần import vào file html kiểu:

    <script src="ckeditor/ckeditor.js"></script>

    Là được em ạ.

    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
    • Thành Vương Beginner
      2022-11-29T03:46:27+00:00Replied to answer on November 29, 2022 at 3:46 am

      Lúc đưa lên live nó không được ạ.

      • 0
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report
      • monkey Enlightened
        2022-11-29T03:59:21+00:00Replied to answer on November 29, 2022 at 3:59 am

        Em có thể chi tiết xem bọn em đang deploy kiểu gì không em?

        • 0
        • Share
          Share
          • Share on Facebook
          • Share on Twitter
          • Share on LinkedIn
          • Share on WhatsApp
          • Report
        • Thành Vương Beginner
          2022-11-30T02:22:12+00:00Replied to answer on November 30, 2022 at 2:22 am

          Dạ e hoàn thành được rồi ạ. Thanks a

          • 0
          • Share
            Share
            • Share on Facebook
            • Share on Twitter
            • Share on LinkedIn
            • Share on WhatsApp
            • Report

You must login to add an answer.

Continue with Google
Continue with Facebook
or use


Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question

Stats

  • Questions 823
  • Answers 1k
  • Best Answers 80
  • Users 334
  • Popular
  • Answers
  • monkey

    [Deep Learning] Làm thế nào để xác định được cái ...

    • 16 Answers
  • Thành Vương

    Bug sai đường dẫn khi config ckeditor lên live

    • 14 Answers
  • Tú Trần Anh

    [Ezyfox Server] Unity game client không gửi được command khi ...

    • 12 Answers
  • tvd12
    tvd12 added an answer Anh thấy chỉ cần lúc tạo bảng em cứ khai… January 20, 2023 at 4:28 pm
  • monkey
    monkey added an answer 1. Anh chưa hiểu là cơ sở dữ liệu của… January 16, 2023 at 9:55 am
  • monkey
    monkey added an answer Em có thể tham khảo 2 lớp này: https://github.com/youngmonkeys/ezymq/tree/master/ezymq-kafka/src/main/java/com/tvd12/ezymq/kafka/serialization. Ở… January 16, 2023 at 6:34 am

Related Questions

  • Cường Nguyễn Hữu

    Xóa kiểm tra ràng buộc primary key-foreign key khi sử ...

    • 1 Answer
  • Vo Thanh Vuong

    IOC và Dependency Injection

    • 1 Answer
  • Vo Thanh Vuong

    Không lấy được data khi dùng RestTemplate

    • 3 Answers

Top Members

tvd12

tvd12

  • 76 Questions
  • 1k Points
Enlightened
monkey

monkey

  • 122 Questions
  • 1k Points
Enlightened
Nguyễn Thái Sơn

Nguyễn Thái Sơn

  • 205 Questions
  • 307 Points
Enlightened

Trending Tags

#formatdate .net .net core .net oop abstract class access app access token ai analytics android ansible anti-flooding apache poi api app architecture artificial intelligence assembly async asyncawait atomicboolean authentication backend backend nestjs background bash script batch bean big project binding bitcoin blockchain blog boot-nodes branch british btree bucket4j buffered build bundle c# c# .net cache caching callback career career path cast centos chat cloud cloud reliability commit communication company computer science concurrent config-css connection pool content-disposition contract convert date to number cookie cors cosmos cosmos-sdk crawl data cron css database database migration datasource datastructure deadlock decentralized exchange deep learning deploy contract design-pattern design patterns devops dex di distraction programing dns docker download draw.io du học duration dữ liệu lớn eclip editor elasticsearch email employee english erc20 erc721 estimation eth ethereum ethereum login excel exception exception handle exception handler executor export compliance extensions exyfox ezyfox ezyfox-boot ezyfox-server ezyfoxserver ezyhttp ezymq-kafka ezyredis facebook fe filter floating point flutter format json freetank french front-end frontend fullstack fulltextsearch future gallery game game-box game-room game-server gateway get get file zip git glide go golang google gorilla graduation thesis graphql grapql grpc guide h2 database handy terminal hazelcast hibernate hibernateconfig html http https hyperloglog image index indexing integration-test intellij interface interview io ioc ipfs isolate issue it java java core javacore javascript java spring javaw java web jenkins jetbrains job join jotform jpa js json json file jsonproperty json to object jsp jsp & servlet junit-test jvm jwt kafka keep promise kerberos keycloak kotlin language languague library list load-balancing load balancer lock log log4j log4j-core login lưu trữ machine learning macos mail mail template main maria db math maven merge message queue messaging metamask microservice microservices migration mobile model mongo monitoring mq msgpack multi-threading multiple tenant multithread multithreading mysql n naming naming convention nan netcore netty networking nft nft game nginx nio node.js nodejs non-blocking io null oop opensource optimize orm otp message paginaiton pagination pancakeswap panic partition pdf pgpool phỏng vấn plugin pointer postgresql pre private_key procedure profile programming project management promise properties push-noti push message android push notification python python unicode qrcode question queue rabbitmq reactive reactjs reactjs download readmoretextview recyclerview redis refactor refresh token regex replica repository request resilence4j resource rest resttemplate roadmap ropssten ropsten round robin rust rxjava s3 schedule scheduled scheduled spring boot search security send email send mail server servlet session shift jis singleton sjis slack smart contract soap socket socket server soft delete solution sosanh spring spring-boot-test spring-jpa spring aop spring boot springboot spring data jpa spring redis spring security springsecurity springwebflux mysql spring websocket spring websocket cors sql sql server sse ssl email stackask storage stream stream api stress test structure trong spring boot study synchronize synchronized system environment variables test thread threadjava threadpool thread pool thymeleaf tomcat totp tracking location transaction transfer transfer git udp uniswap unit test unity upload upload file utf-8 file validate validate date vector view volatile vue vue cli watermark web web3 web3 client webassembly webflux webpack websocket windows 11 winforms work zip file zookeeper

Footer

Stack Ask

Stack Ask is where Developers Ask & Answers. It will help you resolve any questions and connect you with other people.

About Us

  • Meet The Team
  • About Us
  • Contact Us

Legal Stuff

  • Terms of Service
  • Privacy Policy
  • Cookie Policy

Help

Follow

© 2021 Stack Ask. All Rights Reserved
Powered by youngmonkeys.org