-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Closed
Copy link
Labels
Description
Terms
- I have read the guidelines for Contributing to Roots Projects
- This request is not a duplicate of an existing issue
- I have read the docs and followed them (if applicable)
- I have seached the Roots Discourse for answers and followed them (if applicable)
- This is not a personal support request that should be posted on the Roots Discourse community
Description
What's wrong?
I'm using bedrock + sage theme.
Dev environment : lando (docker).
When accessing to http://gm.lndo.site all is working nice.
But when accessing to http://localhost3000 i have no css and no js (see screenshoot).
What have you tried?
Use Sage without bedrock.
What insights have you gained?
When refreshing http://localhost:3000 i can see, quickly, an error in console : error : ERR_INVALID_URL : cannot sent headers after they are sent to the client.
Possible solutions
I don't know :(
Steps To Reproduce
- composer create-project roots/bedrock
- cd web/app/themes
- composer create-project roots/sage your-theme-name dev-main
- cd your-theme-name/
- yarn
- Edit bud.config.js with URL
- yarn dev
- Access to http://localhost:3000
Expected Behavior
Have css and js.
Actual Behavior
No css and no js.
Relevant Log Output
No response
Versions
Last version