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
among others - I have not done an exhaustive look through the codebase - which should be documented for properly configuring CORS for proxies.
It is possible that the allowed headers on production Lago is * which is maybe not fine for a billing management solution that interacts with both a proxy and Ruby.
To Reproduce
Visit the dashboard or the customer portal. Observe these headers will cause CORS errors on proxies configured without wildcard accepting.
Expected behavior
Document the headers needed.
Support
OS: (all)
Browser: Firefox
Version: 2.1.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Lago uses these headers:
among others - I have not done an exhaustive look through the codebase - which should be documented for properly configuring CORS for proxies.
It is possible that the allowed headers on production Lago is
*
which is maybe not fine for a billing management solution that interacts with both a proxy and Ruby.Related to getlago/lago-helm-charts#42
To Reproduce
Visit the dashboard or the customer portal. Observe these headers will cause CORS errors on proxies configured without wildcard accepting.
Expected behavior
Document the headers needed.
Support
The text was updated successfully, but these errors were encountered: