Telescope Version
5.10
Laravel Version
12.47.0
PHP Version
8.4
Database Driver & Version
No response
Description
Since switching to vite, the CSS and JS are rendered inline in the view. Unlike the previous version, which used the asset, which required the use of CloudFont.
The problem is that with everything inline, the response time increases to over 1MB, exceeding the capacity of Lambda and Load Balancer.
This results in a 502 error.
Switching to API Gateway v2 resolves the issue.
Steps To Reproduce
Laraver vapor + Telescope + Load Balancer.
Telescope Version
5.10
Laravel Version
12.47.0
PHP Version
8.4
Database Driver & Version
No response
Description
Since switching to vite, the CSS and JS are rendered inline in the view. Unlike the previous version, which used the asset, which required the use of CloudFont.
The problem is that with everything inline, the response time increases to over 1MB, exceeding the capacity of Lambda and Load Balancer.
This results in a 502 error.
Switching to API Gateway v2 resolves the issue.
Steps To Reproduce
Laraver vapor + Telescope + Load Balancer.