You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"message": "Request failed with status code 504",
"name": "AxiosError",
"code": "ERR_BAD_RESPONSE",
"status": null
}
But ghost log prints:
POST /ghost/api/admin/themes/upload/" 200 62205ms
Is there a way to increase the request timeout?
Side question, is this action supposed to switch to the new theme after upload or does the new theme have to be switched to manually from the admin panel?
The text was updated successfully, but these errors were encountered:
Side question, is this action supposed to switch to the new theme after upload or does the new theme have to be switched to manually from the admin panel?
This action only uploads the theme. If it isn't already active, you'll need to switch to it in Ghost Admin.
The workflow upload step fails with:
But
ghost log
prints:Is there a way to increase the request timeout?
Side question, is this action supposed to switch to the new theme after upload or does the new theme have to be switched to manually from the admin panel?
The text was updated successfully, but these errors were encountered: