TypiCMS / Base

Multilingual CMS built with Laravel.
MIT License
1.4k stars 404 forks source link

An error occurred with the data fetch. #237

Closed nedarta closed 2 years ago

nedarta commented 2 years ago

Hi!

This is related to #182 . I have the same issue. I have a fresh installation (version from July 14th, '22), followed the installation guide, but content isn't loading:

This is what I see on each section, except Settings image

Thank you in advance.

sdebacker commented 2 years ago

What do you see in the browser console ?

hrmiraj commented 2 years ago

GET http://localhost/api/history?sort=-created_at&fields[history]=history.id,history.created_at,history.title,history.locale,history.historable_id,history.historable_type,history.action,history.user_id&include=historable&page=1&per_page=100& 404 (Not Found)

My project path http://localhost/alhashmani/public/admin/dashboard

APP_URL http://localhost/alhashmani

hrmiraj commented 2 years ago

Resolved, @nedarta Use the root domain or use a virtual host on the local server to resolve this issue.