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
I just moved from Webpack to Vite. On local, the app is working fine but when I deploy it to my AWS Elastic Beanstalk server, it shows errors like these on the Chrome console:
GET https://mysite.us-west-1.elasticbeanstalk.com/css/filament/forms/forms.css?v=3.1.26.0 net::ERR_CONNECTION_TIMED_OUT
GET https:/mysite.us-west-1.elasticbeanstalk.com/css/filament/support/support.css?v=3.1.26.0 net::ERR_CONNECTION_TIMED_OUT
GET https://mysite.us-west-1.elasticbeanstalk.com/build/assets/app-53465a43.css net::ERR_CONNECTION_TIMED_OUT
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I just moved from Webpack to Vite. On local, the app is working fine but when I deploy it to my AWS Elastic Beanstalk server, it shows errors like these on the Chrome console:
My vite config is :
Help me fix this issue.
Beta Was this translation helpful? Give feedback.
All reactions