This is a known post upgrade issue with v1.10.0 and above as there were modifications to the theme/display of the following portal directories:
v1.11.0 | v1.10.0 |
/assets/javascripts/components/analytics.js /assets/javascripts/main.js /assets/stylesheets/common/form.css /assets/stylesheets/common/texts.css /assets/stylesheets/common/typography.css /assets/stylesheets/components/buttons.css /assets/stylesheets/fonts.css /assets/stylesheets/main.css /assets/stylesheets/pages/login.css /auth/password/edit.tmpl /auth/password/login.tmpl /auth/password/new.tmpl /layouts/auth/register.tmpl /layouts/portal_layout.tmpl /partials/role_detail.tmpl /views/user_profile.tmpl |
/assets/javascripts/components/interactive.js /assets/javascripts/main.js /assets/stylesheets/pages/api-product.css /assets/vendor/stoplight/elements/styles.min.css /assets/vendor/stoplight/elements/styles.min.css /layouts/portal_layout.tmpl /layouts/portal_layout_private.tmpl /layouts/product_layout_doc_stoplight.tmpl /views/portal_checkout.tmpl /views/ortal_product_detail.tmpl /views/product_doc_stoplight_spec.tmpl /views/user_profile.tmpl |
Cause
The old default theme files and contents from v1.9.0 or lower are still being referenced and are incompatible with the code changes in v1.10.0 and later. The default theme is not automatically updated during an upgrade. It's only updated or copied during a fresh installation.
Impact
Unable to view product details/info and subscribe to them.
Resolution
Kindly download the default theme of your current version at https://github.com/TykTechnologies/portal-default-theme/releases and replace it with the default theme that already exists or make the necessary modifications to your custom theme if you are using one.
We recommend using a theme that matches the installed version of your portal. If you already have a custom theme, then we advise running a diff on your theme with the upgraded version's default theme to know the changes.
If you are upgrading from v1.8.x
then the update to the theme only pertains to v1.10.0
and later. There were no theme modifications or additions to v1.9.0
, so updating the theme to use the latest files compatible with your current version is the only necessary change.
Comments
0 comments
Please sign in to leave a comment.