We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm recieving this error after using app sync release command:
[Error] <title>Application Error</title> <style media="screen"> html,body,iframe { margin: 0; padding: 0; } html,body { height: 100%; overflow: hidden; } iframe { width: 100%; height: 100%; border: 0; } </style> <iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
there were no errors installing before this
The text was updated successfully, but these errors were encountered:
An you try running that command again?
Sorry, something went wrong.
error still persists. does installing app sync cli outside the project directory affect it?
No branches or pull requests
I'm recieving this error after using app sync release command:
[Error]
<title>Application Error</title>
<style media="screen">
html,body,iframe {
margin: 0;
padding: 0;
}
html,body {
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: 0;
}
</style>
<iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
there were no errors installing before this
The text was updated successfully, but these errors were encountered: