codestudiohq / laravel-totem

Manage Your Laravel Schedule From A Web Dashboard
MIT License
1.78k stars 224 forks source link

Gotting Be Right Back in production #254

Closed ghost closed 3 years ago

ghost commented 3 years ago

I'm with totem installed in development and prodution, in development everything work fine, but when I try to access totem route in production I got "Be Right Back" message from laravel.

Anybody knows why this happening and how can I debug it?

qschmick commented 3 years ago

@tribunaldoconsumidor A couple of questions:

The "Be Right Back" message is the message when you application is in maintenance mode. If you are not able to access anything in production then you might need to bring your app up or you might be missing a .env file.

ghost commented 3 years ago

@qschmick Laravel 8 I'm using one version of Totem that I forked to support laravel 8, but the changes in this fork is just version of libs as I said to support laravel 8

I'm pretty able to access any other part of project in production, just Totem give me back "Be Right back" message.

The .env file is there and configured

inoprime commented 3 years ago

Same error here. Just trying to access totem tasks list and gotting "Be Right Back" message.

The entire application its working normaly just totem gotting this error.

inoprime commented 3 years ago

The behavior what I indetify is, when my .env is with APP_ENV=production, I got "Be Right Back" message, but when APP_ENV=local it works.

How do I do to APP_ENV=production release the access to totem?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.