Hello,
I successfully deployed my admin backend to a remote server with my development env.
Then I created a production and a staging env that I deployed to others remote server with the exact same config for the proxy.
I copy/paste the environment variable provided in the wizard.
The backend return HTTP 401 error for production and staging env.
If I try to launch the server locally with my production or staging .env file, I got the same error.
Expected behavior
When creating production or remote environment my data should be accessible.
My development env is on a remote server too and is working as expected.
Actual behavior
“Cannot reach your data
Your server may be down or your database connection broken.” Error.
401 error on server log.
This error is both on production and staging env.
This error appear both locally and on remote server.
Failure Logs
GET /forest/adonisSchema/count?fields%5BadonisSchema%5D=batch%2Cid%2CmigrationTime%2Cname&searchExtended=0&timezone=Europe%2FParis 401 56 - 0.964 ms