-
Notifications
You must be signed in to change notification settings - Fork 71
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
Unable to access json/xml/jsonld via rest #392
Comments
This seems to be related to the drupal version. I modified the vagrant to install Drupal 8.1.8 and I could once again see the permissions entries for the various REST endpoints. |
...and it looks like 8.2.0 was released today. https://www.drupal.org/blog/drupal-8-2-0 So, that should explain why 8.2.0 is getting installed. I was confused for a moment 😄 |
And RESTUI is not ready for it. |
IMHO that is just going to make it harder for anyone to learn how to use. So if you all want to do that, I wouldn't argue. But I think we should just move back to 8.1.8 and wait. Then people can see how it should work. |
@whikloj ok i agree. 8.1.8 until A) RESTUI gets an update or B) we update RESTUI! |
@Natkeeran hard to say, if the plan is that these permissions are disappearing for good. Then we should switch and configure as @DiegoPino suggests. But if not then we just seem to be a little ahead of the curve and waiting until they get an update completed makes the most sense. That being said, perhaps we should try using the dev version. |
@Natkeeran yes for Drupal. The HUGE difference with Drupal 8 is that changes between mayor versions are deprecating/replacing the guts of it. So 8.2 is really different that 8.1. That did not happen in Drupal 7.x which since was mostly procedural. So we just need more experience with Drupal. |
I say we always target a specific version. Best to be explicit. And I'd wait on everything else to catch up and we deal with 8.2 when it's just our stuff that needs to be updated. |
#399 won't fix restui, but it will keep us from getting suprised by a new version. Can someone check it out? |
I'm running a fresh vagrant up to test the install of a fix that upgrades us to Drupal 8.2.2 and installs a rest config entity for fedora resources. I'll keep everyone posted. |
LOL, and while waiting for my vagrant up to go.... the REST UI module pushed a release for 8.2! |
Bump #416 I need a test and merge. |
Resolved with: 0d96627 |
Steps to reproduce:
fffb6b2 (latest)
You will get a 403 permission error or 406 Not Acceptable error.
Expected behavior:
(and/or)
The actual, incorrect behavior:
The text was updated successfully, but these errors were encountered: