Please confirm the following.
Is this an issue in the control panel or with the Minecraft server itself?
Control panel (on Modrinth.com)
What browsers are you seeing the problem on? (if a panel issue)
Firefox
Describe the bug
I am attempting to start my server after restoring to a backup and updating a few mods. I click the start button, and nothing happens. Refreshing the page does not change anything, it is still down.
Steps to reproduce
- Click start
I don't belive it's an issue with what I did before, but it's possible, so here's what I did:
- Update server to 1.26.1.1 from 1.21.11, making a manual backup and automatic backup before
- Revert to the manual backup
- Automaticly update mods
- Try to start the server
Expected behavior
No response
Additional context
Looking at the console, I see that a POST request is sent to https://archon.modrinth.com/modrinth/v0/servers/{SERVER_UUID_HERE}/power with the request {"action":"Start"}. This is returns a code of 201, sugesting that it worked. But the server does not actualy start and the the dashboard continues to display the same thing as before hitting the button. Refreshing the page does not change anything.
Please confirm the following.
Is this an issue in the control panel or with the Minecraft server itself?
Control panel (on Modrinth.com)
What browsers are you seeing the problem on? (if a panel issue)
Firefox
Describe the bug
I am attempting to start my server after restoring to a backup and updating a few mods. I click the start button, and nothing happens. Refreshing the page does not change anything, it is still down.
Steps to reproduce
I don't belive it's an issue with what I did before, but it's possible, so here's what I did:
Expected behavior
No response
Additional context
Looking at the console, I see that a POST request is sent to
https://archon.modrinth.com/modrinth/v0/servers/{SERVER_UUID_HERE}/powerwith the request{"action":"Start"}. This is returns a code of 201, sugesting that it worked. But the server does not actualy start and the the dashboard continues to display the same thing as before hitting the button. Refreshing the page does not change anything.