# Discourse Amazon SNS notifications

**URL:** https://meta.discourse.org/t/discourse-amazon-sns-notifications/384054
**Category:** Plugin
**Created:** [September 25, 2025, 6:50pm UTC](https://meta.discourse.org/t/discourse-amazon-sns-notifications/384054 "2025-09-25T18:50:14Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![caue-pareto](https://avatars.discourse-cdn.com/v4/letter/c/ea5d25/32.png) [@caue-pareto](https://meta.discourse.org/u/caue-pareto)
#### Post date: [November 19, 2025, 6:59pm UTC](https://meta.discourse.org/t/discourse-amazon-sns-notifications/384054/3 "2025-11-19T18:59:22Z")

</div>

Hi everyone! I’m using Discourse 3.5.2 by discourse/discourse image, and this is the only plugin that causes problems during installation, resulting in a 5xx error in our installation. The error is as follows:

```plaintext
ActionView::Template::Error (The asset 'plugins/discourse-amazon-sns.js' was not found in the load path.)
lib/freedom_patches/propshaft_patches.rb:16:in `compute_asset_path'
app/helpers/application_helper.rb:97:in `script_asset_path'
app/helpers/application_helper.rb:147:in `block in preload_script'
app/helpers/application_helper.rb:146:in `map'
app/helpers/application_helper.rb:146:in `preload_script'
app/views/layouts/application.html.erb:36
app/views/layouts/application.html.erb:35:in `each'
app/views/layouts/application.html.erb:35
lib/topic_list_responder.rb:16:in `block (2 levels) in respond_with_list'
lib/topic_list_responder.rb:7:in `respond_with_list'
app/controllers/list_controller.rb:115:in `block (2 levels) in <class:ListController>'
app/controllers/application_controller.rb:433:in `block in with_resolved_locale'
app/controllers/application_controller.rb:433:in `with_resolved_locale'
app/controllers/application_controller.rb:1065:in `ensure_dont_cache_page'
lib/middleware/omniauth_bypass_middleware.rb:35:in `call'
lib/content_security_policy/middleware.rb:12:in `call'
lib/middleware/anonymous_cache.rb:415:in `call'
lib/middleware/csp_script_nonce_injector.rb:12:in `call'
config/initializers/008-rack-cors.rb:14:in `call'
lib/middleware/default_headers.rb:13:in `call'
config/initializers/100-quiet_logger.rb:20:in `call'
config/initializers/100-silence_logger.rb:29:in `call'
lib/middleware/enforce_hostname.rb:23:in `call'
lib/middleware/processing_request.rb:12:in `call'
lib/middleware/request_tracker.rb:410:in `call'

```

All assets have already been precompiled by running:

`RAILS_ENV=production bundle exec rake assets:precompile`

Can you help me understand what might be causing this problem?

---

_[View the full topic](https://meta.discourse.org/t/discourse-amazon-sns-notifications/384054)._
