servdhost / craft-remote-assets

Allow Craft CMS 3 control panel assets to be hosted remotely for load balanced environments
MIT License
12 stars 6 forks source link

No "New Entry" Button after updating to Craft 3.1 #5

Open peimansh opened 4 years ago

peimansh commented 4 years ago

The plugin is causing some issues in our local development. We run our aaplication on Docker and use craft-remote-assets plugin to upload application assets to S3 buckets. It was working fine on 3.0.41.1 but updating to 3.1.34.3 caused the plugin not to work. No other changes were applied to the configs. The issue is that the "New Entry" button on entries page disappears and adding assets button doesn't work on existing entries. Disabling the plugin, and everything back to normal. Any hint about the cause ?

mattgrayisok commented 4 years ago

Hey. This plugin isn't in active development any more as the Servd platform is using an alternative approach. However from your symptoms it sounds like a subset of cpresources files are failing to be either published or loaded.

Can you see any errors in the dev tools console in your browser?

peimansh commented 4 years ago

No there are no errors in the console

peimansh commented 3 years ago

https://github.com/craftcms/cms/issues/3667

peimansh commented 3 years ago

Is there any chance you guys release a compatible version for Craft 3.1> ?