System Information
- Strapi Version: 4.2.2
- Operating System: Windows/Linux
- Database: SQLite/MySQL
- Node Version: 16.0
- NPM Version: 6.14.17
- Yarn Version:
Hi all,
I’m trying to include files in a path /.well-known/
I figured since the “public” folder corresponds to / that I could pop a .well-known folder in there, put my files in it and job done. Unfortunately, i get 404 errors when I navigate to /.well-known/. Any other subfolder name (other than .well-known) I try in /public works fine. e.g. /test/ Can anyone shed any light on what is happening and how I would solve it?
Thanks!
Chris