FriendsOfFlarum / webhooks

Flarum with outgoing webhooks
MIT License
21 stars 11 forks source link

Admin panel breaking #4

Closed GameBurrow closed 5 years ago

GameBurrow commented 5 years ago

When I have this extension installed my admin panel stopped working at a certain point.

Original discussion and all the debug info I had: https://discuss.flarum.org/d/18548-something-went-wrong-while-trying-to-load-the-full-version-of-this-site

dsevillamartin commented 5 years ago

@kerts93 Can you send the error in the JavaScript console when you have debug mode enabled? It provides more insight as to where the issue might be occurring.

GameBurrow commented 5 years ago
SyntaxError: invalid regexp group admin-31959b3a.js:758:14
TypeError: flarum.core is undefined[Learn More] admin-en-8de50493.js:1:1
<anonymous>
https://forum.gogroupvirtual.eu/assets/admin-en-8de50493.js:1:1
TypeError: flarum.core is undefined[Learn More] admin:87:17
<anonymous>
https://forum.gogroupvirtual.eu/admin:87:17

image

dsevillamartin commented 5 years ago

aHm.. regular expressions are only used when opening the webhook edit modal... there shouldn't be any reason for the admin page to break before that, if at all...

dsevillamartin commented 5 years ago

Seems like I fixed this issue 5 days ago. It should work 🙂