GithubHelp home page GithubHelp logo

Illegal request about vtiger-demo HOT 7 OPEN

javanile avatar javanile commented on August 23, 2024 1
Illegal request

from vtiger-demo.

Comments (7)

rdehuyss avatar rdehuyss commented on August 23, 2024 1

Giving up on vtiger - a demo in my eyes should run immediately. Problems I encountered:

  • Illegal request popup
    => changed URL in docker-compose as mentioned here to http://localhost:8080
  • The change above resulted in a endless http loop, thus browser complains too many redirects (see screenshot)
    vtiger-endless-redirect
    => after inspecting the default.conf for nginx, changed URL mentioned above again to https://localhost/
  • This resulted in an SSL error: SSL_ERROR_RX_RECORD_TOO_LONG
    => added TSLv1.3 in the default.conf
  • finally got it working by going to https://localhost/

Lost a lot time for a simple demo 😞

from vtiger-demo.

francescobianco avatar francescobianco commented on August 23, 2024

Hi @ebauger, could you please set this:

environment:
      - VT_SITE_URL=http://localhost:8080
      - MYSQL_HOST=mysql
      - MYSQL_DATABASE=vtiger
      - MYSQL_ROOT_PASSWORD=secret

To set in the right way Vtiger SITE URL use the proper environment variable VT_SITE_URL

from vtiger-demo.

dpoetzsch avatar dpoetzsch commented on August 23, 2024

Actually it is a bit confusing. But I got it working by just using your last tip @rdehuyss:

finally got it working by going to https://localhost/

Then you have to add an SSL exception for localhost in the browser and it just works.

I guess the README should be changed to say

3. Visit `http://localhost/` login with username `admin` and password `admin`. If your browser complains about SSL, add an exception for localhost.

from vtiger-demo.

jakepu avatar jakepu commented on August 23, 2024

Could you fix it so that I could use it after I run docker-compose? I am a first-time user and is having this problem.

from vtiger-demo.

nileio avatar nileio commented on August 23, 2024

@jakepu I created an alternative Dockerfile only which runs all services on the same host , for demo purposes only here https://github.com/nileio/vtiger-crm

from vtiger-demo.

rt1e avatar rt1e commented on August 23, 2024

@jakepu I created an alternative Dockerfile only which runs all services on the same host , for demo purposes only here https://github.com/nileio/vtiger-crm

I can't run your demo

from vtiger-demo.

Merwanski avatar Merwanski commented on August 23, 2024

I had a similar issue today "Illegal request" -> tried the solution proposed above but didn't manage to have it working :/
image

from vtiger-demo.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.