Login : 405 Method Not Allowed
- @cghague
Hello,
I've rebooted my TinyPilot and I now have an issue trying to log in.
I access the IP, I'm redirected to /login, I type my credentials and submit the form, and I get this error :
{"code":405,"message":"405 Method Not Allowed: The method is not allowed for the requested URL."}

And I also witness a 404 for /js/login.js in the console :
GET https://xxx.xx.xx.xxx/js/login.js net::ERR_ABORTED 404 (Not Found)

Known issue ? Corrupted system ? Thanks.
- CCharles Hague @cghague2025-03-21 16:43:26.692Z
Hi @jeremymacq, thanks for your message. I'm sorry you're having trouble connecting to your TinyPilot device.
The symptoms you have described suggest that your TinyPilot device is in an unexpected state and isn't responding correctly to requests. There is a slim chance that restarting the device may help, but otherwise, it's likely a case of filesystem corruption.
Can you please try rebooting your device (if you have SSH access, you can run
sudo reboot
; otherwise, you'll need to physically disconnect the power supply)? If that doesn't work, can you please try a factory reset, as that should be the quickest way to get your device back up and running?- J@jeremymacq
I'll try to reboot it physically and if it still not working, I've already flashed a SD card with a new system. I'll keep you updated.