Closed pusle closed 4 years ago
@pusle
Please try to setup your project with Latest release Zip. https://www.uvdesk.com/en/opensource/ from here.
@papnoisanjeev Thanks, that worked
I am getting the same error, even with latest release 1.0.12 Trying to get to prod (in .env file) and want to have api bundle active, but no succes ;(
@inkeyheijden
Please try to setup your project with Latest Released Zip and download it from here.
@papnoisanjeev Ok! worked! I thought I downloaded the latest release with: composer create-project uvdesk/community-skeleton helpdesk-project but it's different, learning every day ;)
For others; i used wget -P /var/www/uvdesk/ "https://cdn.uvdesk.com/uvdesk/downloads/opensource/uvdesk-community-current-stable.zip" and unzipped with unzip uvdesk-community-current-stable.zip after this I installed the API and worked like a charm in PROD enviroment.
@inkeyheijden
@papnoisanjeev Ok! worked! I thought I downloaded the latest release with: composer create-project uvdesk/community-skeleton helpdesk-project but it's different, learning every day ;)
Yes, unfortunately in last release it was an issue while changing the environment to prod and it is fixed with master branches but will reflect from the next release of project so till then we fixed it for Latest ZIP.
Stay tuned with us on Github repository for upcoming release and updates.
Also connect with community on UVdesk Forum.
Description
Unable to set environment to
prod
How to reproduce
I finished the setup of uvdesk version 1.0.12. After editing the .env file and setting
APP_ENV=prod
, and clearing cache, the error occurs.Possible Solution
Additional context
Error message:
There is no logged errors in
var/log/prod.log
, in fact the log file is empty. In cache, the only thing cached in prod is:Please let me know if I can provide more info.