Skip to content
New issue

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

Access denied when trying to meteor publish #13

Open
amitbhat-ct opened this issue Aug 11, 2020 · 0 comments
Open

Access denied when trying to meteor publish #13

amitbhat-ct opened this issue Aug 11, 2020 · 0 comments
Labels

Comments

@amitbhat-ct
Copy link

amitbhat-ct commented Aug 11, 2020

Hi,

I have setup stratosphere and am able to login to the UI using meteor account. However, I am not able to publish the package because of the below error:


METEOR_PACKAGE_SERVER_URL="http://localhost:3000/" meteor publish
It looks like you have been logged out! Please log in with your Meteor developer account. If you don't have one, you can quickly create one at www.meteor.com.
Username: amit
Password:
/Users/Amit/.meteor/packages-from-server/localhostX3000/meteor-tool/.1.6.1_3.1tku9me.t88gh++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
throw error;
^

Error: access-denied
at sendAuthorizeRequest (/tools/meteor-services/auth.js:374:11)
at oauthFlow (/tools/meteor-services/auth.js:405:25)
at Object.exports.loginWithTokenOrOAuth (/tools/meteor-services/auth.js:981:17)
at Object.exports.loggedInConnection (/tools/meteor-services/auth-client.js:66:4)
at Object.exports.loggedInPackagesConnection (/tools/packaging/package-client.js:241:21)
at Command.func (/tools/cli/commands-packages.js:313:32)
at /tools/cli/main.js:1523:15

I had read on other issue about using a modified auth-client.js but do not see anything in the instructions here. So I am not sure if that is still required and if yes, where do I need to get the file from.

Note: I am not a developer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants