Closed HirtLocker128 closed 1 year ago
@HirtLocker128 hey sorry a bit for the late response. What are you using to run the site on your local machine?
@lokmanm All good! I'm using Docker and Laravel Sail, just the default configuration as described in the Statamic docs
@HirtLocker128 do you have your APP_URL
setup correctly ?
@lokmanm yes, I have it set in .env to APP_URL=localhost
which is how I am accessing the site
@HirtLocker128 have you removed these files:
Please remove the unnecessary files after installing webpack.mix.js, cp.css, and site.css as they are unnecessary.
Yes I have done that
@HirtLocker128 can you run: php please support:details
and send it over please?
Here you go:
Environment
Application Name: Statamic
Laravel Version: 9.52.4
PHP Version: 8.1.16
Composer Version: 2.5.4
Environment: local
Debug Mode: ENABLED
URL: localhost:80
Maintenance Mode: OFF
Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED
Drivers
Broadcasting: log
Cache: statamic
Database: mysql
Logs: stack / single
Mail: smtp
Queue: sync
Session: file
Statamic
Addons: 1
Antlers: runtime
Stache Watcher: Enabled
Static Caching: Disabled
Version: 3.4.5 Solo
Statamic Addons
cnj/seotamic: 2.1.0
@HirtLocker128 I just noticed we forgot to export the postcss
file in our starter kit.
Can you try the following:
postcss.config.js
file in the root directory.module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
This should fix the issue. We will release an updated version tomorrow.
Sorry for the inconvenience.
@lokmanm That did it! Thank you so much for the excellent support!
Platform
MacOS
Browser
Google Chrome
Browser Version
111.0.5563.64
Describe the bug
Repo Steps
Expected Behavior
Anything else?