You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I try to use the REST API http requests I get error 500 in return, the only request which works is admin login (Post - api/v1/login)
No other requests work
Bug report
Error 500 when trying HTTP resquests via REST API
Issue Description
Whenever I try to use the REST API http requests I get error 500 in return, the only request which works is admin login (Post - api/v1/login)
No other requests work
Preconditions
I'm using Krayin in portainer
Steps to reproduce
It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.
Expected result
Tell us what should happen.
Actual result
APP_CURRENCY=BRL APP_DEBUG=true APP_ENV=production APP_KEY=base64:Z8LhcKm2i1Nfe6t7+BSNQ5U/Ic+roGntbRK4GhCwbcc= APP_LOCALE=pt_BR APP_TIMEZONE=America/Sao_Paulo APP_URL=https://crmex.automatizevt8.com.br CACHE_DRIVER=file DB_CONNECTION=mysql DB_DATABASE=krayin DB_HOST=mysql DB_PASSWORD=04e8e0c096a108840bbf000378a7f6b2 DB_PORT=3306 DB_PREFIX= DB_USERNAME=root L5_SWAGGER_UI_PERSIST_AUTHORIZATION=true MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS= MAIL_FROM_NAME="OrionCRM" MAIL_HOST= MAIL_MAILER=smtp MAIL_PASSWORD= MAIL_PORT= MAIL_USERNAME= REDIS_HOST=redis REDIS_PASSWORD=null REDIS_PORT=6379 SANCTUM_STATEFUL_DOMAINS="${APP_URL}" SESSION_DRIVER=file SESSION_LIFETIME=120 krayin_CADDY_ADDRESSES=:80 krayin_PUBLIC_URL=https://crmex.automatizevt8.com.br
The text was updated successfully, but these errors were encountered: