Skip to content

Public folder doesn't update in production. #16417

Answered by laugharn
mlbonniec asked this question in Help
Discussion options

You must be logged in to vote

The public directory isn't a real directory, it's a collection of routes created at build time here:

protected generatePublicRoutes(): Route[] {
it isn't really supposed to be used for persisted file storage, so the fix would be to use S3/DigitalOcean Spaces/the third party storage solution of your choice.

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@mlbonniec
Comment options

Answer selected by mlbonniec
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rioredwards
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
7 participants