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

Regression: Export throws 'access denied' #6040

Closed
ErisDS opened this issue Nov 3, 2015 · 2 comments · Fixed by #6065
Closed

Regression: Export throws 'access denied' #6040

ErisDS opened this issue Nov 3, 2015 · 2 comments · Fixed by #6065
Labels
bug [triage] something behaving unexpectedly help wanted [triage] Ideal issues for contributors to help with P2 - High [triage] High priority for immediate patch release

Comments

@ErisDS
Copy link
Member

ErisDS commented Nov 3, 2015

Exports are currently broken - they appear to do nothing, but are throwing 401 errors behind the scenes

Steps to Reproduce

  1. Login to your Ghost admin
  2. Go to the 'labs' page
  3. Hit 'export'
  4. Nothing happens
  5. Terminal / server console shows 'Access denied' error

This has happened quite recently and may be related to #5972

Technical details:

  • Ghost Version: master (latest commit: d81ddc9)
  • Not browser or node version dependent
@ErisDS ErisDS added bug [triage] something behaving unexpectedly help wanted [triage] Ideal issues for contributors to help with labels Nov 3, 2015
@acburdine
Copy link
Member

I can look at this. Shouldn't be too difficult of a fix.

@channprj
Copy link

channprj commented Nov 4, 2015

Same thing happened to me.

// Failed to load resource: the server responded with a status of 401 (Unauthorized)
{"errors":[{"message":"Access denied.","errorType":"UnauthorizedError"}]}

@ErisDS ErisDS added the P2 - High [triage] High priority for immediate patch release label Nov 10, 2015
acburdine added a commit to acburdine/Ghost that referenced this issue Nov 12, 2015
closes TryGhost#6040
- adds check for access token query parameter in auth middleware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [triage] something behaving unexpectedly help wanted [triage] Ideal issues for contributors to help with P2 - High [triage] High priority for immediate patch release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants