The what’s new page for version 1.3
is inaccessible because it redirects the the current (version 1.4
) what’s new page.
We still have to look inside that page since we did not even migrate all applications from 1.2
to 1.3
.
The what’s new page for version 1.3
is inaccessible because it redirects the the current (version 1.4
) what’s new page.
We still have to look inside that page since we did not even migrate all applications from 1.2
to 1.3
.
I checked it works.
@fedorbaggins88 I get either the the new page or a redirect error: NS_ERROR_REDIRECT_LOOP
.
That’s probably because on October 7th at 12:00:30
GMT the URL https://docs.jmix.io/jmix/1.3/whats-new/index.html
redirected with status 301
Moved Permanently which is still cached for my browser and/or a proxy cache in between.
In my opinion rolling redirect targets should not redirect with permanent status.
I try to purge any cache and settings for
https://docs.jmix.io
@fedorbaggins88 This redirect issue will happen again when the next what’s new page will be released. Still calling https://docs.jmix.io/jmix/1.4/whats-new/index.html
redirects with status 301
permanent to
https://docs.jmix.io/jmix/whats-new/index.html
Please redirect with 302
.
Hi,
Thank you for the hint.
Next time we change the redirect we’ll try to use 302.
Regards,
Konstantin