System Information
- Strapi Version: 3.4.3
- Operating System: Ubuntu 20.04 on Vultr
- Database: Mysql
- Node Version: 14.15.1
- NPM Version: 6.14.11
- Yarn Version: 1.22.5
Hello everyone, wondering if anyone knows how to solve this issue i’m having with the nuxtjs/strapi plugin for Nuxt. On development i’m getting all the data i’m querying. However in production i’m getting issues with viewing images and attempting to pull a single item like a single post page it gets Failed to Fetch.
My Website Setup:
nuxtjs/strapi plugin for Nuxt
Nuxtjs for Frontend
Mysql Database
my images are coded on the frontend like so: <img :src="'example.com:1339' + works.image.url" :alt="works.name">
Attached is an image of what i’m talking about and url to my website that is having the issue.