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
How can we help you?
I am still very new to github and also Fog Project in general. I noticed that when I try to add a storage node. I see this failure. I am hoping someone with far more knowledge than me can help me understand why this is happening. This happens when I try to install a new storage node for FOG.
Node being registered.......................................<!doctype html>
It feels like it can't find create_update_node.php
The text was updated successfully, but these errors were encountered:
So to the specific error you're seeing (based on my experience of such things.)
It seems you may have a proxy passing back to your fog server?
This I make a (albeit WAG, it is somewhat educated as well) because of the <!doctype html> lines you see.
That indicates to me, it's not a problem finding the create_update_node.php file, but rather what that file is expecting post variables. And instead is getting 'get' variables. This then just returns and redirects your request. Otherwise you'd just get a 404 because the page simply doesn't exist at all.
How can we help you?
I am still very new to github and also Fog Project in general. I noticed that when I try to add a storage node. I see this failure. I am hoping someone with far more knowledge than me can help me understand why this is happening. This happens when I try to install a new storage node for FOG.
Node being registered.......................................<!doctype html>
It feels like it can't find create_update_node.php
The text was updated successfully, but these errors were encountered: