RayZorYubo matpompili thank, but i've got this error https://gyazo.com/700e823b01c6ede756f313f35be316fd I just modified on line, and after i've restore the file, and the 404 stay
matpompili RayZorYubo It's not that simple. Did you read the documentation? What line did you modify? You need to transpile extensions before using them!
RayZorYubo I've juste edit this line href: app.route('tags') by href: app.route('tags') + "test" What is transpile? I'm french
matpompili RayZorYubo Of course you broke it 😃 you made it point to an url that stands for nothing. About transpilation, you can read the guide I already linked you 🙂 I assure you that you're not going to succeed if don't give it a read, and if you don't learn some of the languages required.
matpompili I suggest you to delete flarum-tags with composer remove flarum/tags and then reinstall it with composer require flarum/tags
Kakifrucht luceos I tried manually patching the the tags from this commit, but even reenabling the extension and deleting the assets did not fix the bug.