OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce Error Backend Login Orocommerce 1.5 (Requirejs script error)

This topic contains 4 replies, has 3 voices, and was last updated by  Rio 6 years, 3 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #32571

    Rio
    Participant

    Hi Masters,

    I’ve been success installing orocommerce 1.5 in my live server,, the frontend working properly
    but when I loggin as admin from backend (myurl.com/admin) and there is an error related javascript issue

    I’ve tried to clear cache, assets install and running the message-queue again, but it seems doesn’t work.
    The login process got hang/stopped, here is the picture link

    Here is the error issue ::

    Does anyone know how to solve it ?? Please give some suggestion :)

    Thanks in Advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • #32572

    vitaliyberdylo
    Participant

    Unfortunately I cant reproduse this issue.

    I believe your install is not completely passed, and file /web/js/routes.js is not generated.
    Please check do you have routes.js file.
    If file not exist, just run app/console oro:platform:update –force and check in console output next

    After that admin side will be work properly.

    #32573

    Andrew Fetisov
    Moderator

    Hello, Rio. Are you still experiencing a problem with Management console login?

    #32574

    Rio
    Participant

    Hello Andrew,

    Yes actually Im still face this issue in live server, It was worked properly like a charm in 3 – 5 days even I could
    added contacts and customers data.
    But suddenly when i loggin as administrator again, the login form cannot redirect to my dashboard, the error logs guide me to clearing the cache and running the message, clank server again … but it doesn’t work anymore.

    Does anybody know how to solve it … :(

    Thanks in advance

    #32575

    Rio
    Participant

    Hi vitaliyberdylo,

    OMG you’re absolutely right! … I missed this command before clearing the cache …
    php app/console oro:platform:update –env=prod
    So here is the following steps when we clear the cache ::

    – stop supervisor

    – rm -rf app/cache/*
    – rm -rf web/js/*
    – rm -rf web/css/*

    – php app/console oro:platform:update –env=prod
    – php app/console cache:clear
    – php app/console oro:assets:install
    – php app/console assetic:dump

    – start supervisor

    Thanks you vitaly :D

Viewing 4 replies - 1 through 4 (of 4 total)

The forum ‘OroCommerce’ is closed to new topics and replies.

Back to top