Hello,
I’m having issues configuring staging site on Kinsta. Site is returning 404 for plugin assets and theme assets. Upon inspecting app.css source I found out that when I remove /wp from asset source url it loads normaly.
In .env file WP_SITEURL=“${WP_HOME}/wp”
For development I’m using lando and assets in local development are served without /wp in the source.
What am I doing wrong here?