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
When using the package to deploy front end from github actions it builds with some inline css missing(material ui css) . Everything looks good when deploying from pc. The only way I could replicate that behaviour is if I use NODE_ENV=dev when deploying from local.
Actual behavior
Deploys front-end with broken inline css which leads to site 'blinking' for a second when first loaded.
Expected behavior
It should build and deploy website the same way it does when deploying from pc. If js is disabled site should still load the css.
Steps to reproduce
1.Deploy application via github actions using ubuntu
2.Disable javascript and open url returned from sls.
Versions
Ubuntu via GitHub CI
@sls-next/serverless-component latest
Next.js 12.3.0
The text was updated successfully, but these errors were encountered:
mstoyanovv
changed the title
Using plugin with github actions
Using package with github actions some inline css not loading
Sep 20, 2022
Issue Summary
When using the package to deploy front end from github actions it builds with some inline css missing(material ui css) . Everything looks good when deploying from pc. The only way I could replicate that behaviour is if I use NODE_ENV=dev when deploying from local.
Actual behavior
Deploys front-end with broken inline css which leads to site 'blinking' for a second when first loaded.
Expected behavior
It should build and deploy website the same way it does when deploying from pc. If js is disabled site should still load the css.
Steps to reproduce
1.Deploy application via github actions using ubuntu
2.Disable javascript and open url returned from sls.
Versions
Ubuntu via GitHub CI
@sls-next/serverless-component latest
Next.js 12.3.0
The text was updated successfully, but these errors were encountered: