oroinc / platform

Main OroPlatform package with core functionality.
Other
627 stars 351 forks source link

Javascript error - _wdt route does not exist #1050

Closed inodia closed 3 years ago

inodia commented 3 years ago

image Summary
Hello, before starting, I would like to point out that I have already successfully performed installations of ORO platform before. On this new installation, everything is going well on the production environment. The problem occurs on the Dev environment. I manage to connect well but when I want to change page, I have a Javascript error (attachment) which tells me that the _wdt route does not exist. Cannot find an answer to this problem. I can't find anything on the logs side. So I can't change the page, I have to refresh the page to be able to see it

Steps to reproduce
New ORO platform installation

Actual Result I have a Javascript error (attachment) which tells me that the _wdt route does not exist

Expected Result
No javascript error

Details about your environment

inodia commented 3 years ago

For those interested, after many hours to search the problem, just after the installation, i launch tis command : php bin/console oro:platform:update for recompiled js and there are no more problems.... Strange...