Closed krzysztofrewak closed 7 months ago
With last commit I removed rackbeat/laravel-ui-avatars. I replace it with really simple custom class.
@EwelinaSkrzypacz
If you run app in dev mode (npm run dev
), open app via http
not https
.
If you run app in prod mode (npm run build
) https should works.
On dev env I open app via http
On beta env I do nothing - just I made deploy
@EwelinaSkrzypacz Looks like beta is working after configuring trusted proxies middleware.
Thanks, beta is working right now - I can login and click through application.
But I have one problem - I can't create request (on local env and beta env) because I see 401 error in dev console. It's like request types don't fetch
This pull request was deployed and Sentry observed the following issues:
/app/Notifications/VacationRequestsSummaryNotif...
View Issue/app/Slack/Elements/VacationRequestsAttachment....
View IssueDid you find this useful? React with a 👍 or 👎
In this PR I have:
This should close #405.