directus-labs / agency-os

The open source operating system for digital agencies. Built with Directus and Nuxt.

Home Page:https://agencyos.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAV Bar not working fine

tecnicosya opened this issue · comments

Hi guys, I dont know how to solve this problem.
If I try to click on any item on the nav bar not load the content, the URL address change ok, but the content is not filled.
But if I try enter on the URL or referesh, the content load ok.

I upload a video to show it.
AgencyOS_error_load.webm

I'm guessing it's either an authentication issue or maybe a CORS issue.

Nuxt offers "universal rendering" which means it renders the first page on the server and then subsequent pages on the client.

I'd start by checking your URLs and any static tokens you're using.

Facing same issue.

@bryantgillespie what do you mean check URLs?

set CORS = true.

It works