Background (please complete the following information):
Describe the bug
I am unable to add or edit sub-users on any of the servers I own.
Panel: php -v (the php version in use): PHP 7.4.11
To Reproduce
Steps to reproduce the behavior:
Expected behavior
User is sucessfully added / edited
Also got this error on 2 different panels that I updated. Before updating editing and creating subusers worked fine. After doesn't but everything else works fine.
I can confirm the issue is happening for me as well. Looking at the console in FIrefox and Google Chrome, when you click the Invite User button there is not even an event that fires off in the browser or any indication that it was pressed. Additionally there are no errors being produced in the /var/www/pterodactyl/storage/logs/ folder for this. I currently am registering no errors at all for pterodactyl in that directory. Looking at my NGINX access logs it loads the page for it fine but then nothing else occurs.
My system is configured identical to the setup @CommandStorm5 described, only difference is I am using a macOS computer instead of Windows. I also tried it on Firefox, Google Chrome, and Safari.
I confirm the issue, using panel 1.0.1 it work again, also weid stuff like pressing k on console will open server search
Ubuntu 18
Php 7.4
I am using CentOS 8 and php7.4 having same issues
I am also experiencing the same on Ubuntu 18 and PHP 7.4.11. I believe I setup the smtp correctly and I can receive email sending from creating admin user inside the admin panel. However clicking the invite user doesn't seem to trigger anything - seems the button is not working in my opinion
Can confirm we had this issue as well. To fix it I had to move the
tags from EditSubuserModal.tsx 260 and 262 to 154 and 215.EditSubuserModal
Thank you! Could you elaborate on how to actually change this with the existing setup? since the code is part of the panel could I just go to the code files and manually change that?
Confirm. Ubuntu 20.04 LTS, php 7.4
Client: MacOS 10.15.7, Safari 14.0
Can confirm we had this issue as well. To fix it I had to move the
tags from EditSubuserModal.tsx 260 and 262 to 154 and 215.
I don't understand what needs to be changed in the file, can you please explain more clearly? (I don't understand what "tags" you are talking about)
Confirm. Ubuntu 18.04, php 7.4.
Can confirm we had this issue as well. To fix it I had to move the
tags from EditSubuserModal.tsx 260 and 262 to 154 and 215.I don't understand what needs to be changed in the file, can you please explain more clearly? (I don't understand what "tags" you are talking about)
Same!
@frenchbones @jojoponey The tags are <Form> and </form> But you can't place it at line 154. The fix isn't clearly explained and I can't make it. If someone succeed, please send more precise information here
Most helpful comment
I can confirm the issue is happening for me as well. Looking at the console in FIrefox and Google Chrome, when you click the Invite User button there is not even an event that fires off in the browser or any indication that it was pressed. Additionally there are no errors being produced in the /var/www/pterodactyl/storage/logs/ folder for this. I currently am registering no errors at all for pterodactyl in that directory. Looking at my NGINX access logs it loads the page for it fine but then nothing else occurs.
My system is configured identical to the setup @CommandStorm5 described, only difference is I am using a macOS computer instead of Windows. I also tried it on Firefox, Google Chrome, and Safari.