Replies: 3 comments 1 reply
-
Can you please create a reproduction of the same and share the repo? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi Author, I guess the problem is because you're running the local server. Try to build the project, run the project using node and re-access the same path, I guess you will see now you can't access |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please share a sample project that I can use for reproduction |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can access the config settings in the @adonisjs/drive wrapper even if the visibility is private
localhost:3333/storage/uploads/avatars/1.png I can access
localhost:3333/uploads/uploads/avatars/1.png access denied error because visibility is private
How can I solve this? Or am I using it wrong?
Beta Was this translation helpful? Give feedback.
All reactions