Hello everyone,
I’m having a problem with Corteza. When I try to open a URL, it sometimes redirects me to the main menu. In other words, I try to open a direct link in the browser (for example: http://192.168.160.156:18080/compose/ns/crm/pages/457124251218214913/record ), and sometimes, instead of opening the URL, it redirects me to (http://192.168.160.156:18080/ ). This happens about 4 out of 10 times I open the link.
Any idea what it could be?
tjerman
October 17, 2025, 8:40am
#2
Does it flash the auth screen or the auth URL?
It doesn’t display the authentication screen. From what I see in the browser’s request history, I open the link, it makes the request to the auth/callback with the code, and then opens the main page.
I can confirm we are seeing a similar behaviour. If we open a record list in a new tab with a middle click. Corteza will return to the menu with the route /compose/namespaces?state=xxxxxxxx
jfortun
November 3, 2025, 10:53am
#5
Do you have the DOMAIN set in the .env?
In my case, DOMAIN is correctly set.
I managed to snatch some errors in the client console, it seems so request are aborted :
I don’t know if it’s useful but it seems to abort a permission request.
I am also able to find an ECONNABORTED error from Axios when using mozilla web console (Shift+Maj+J)
Theses errors only appear when the user is redirected to the namespace gallery
*edit : I can’t develop the AxiosError log for some reasons
fagomo
March 19, 2026, 2:48pm
#8
@jfortun @tjerman I have a similar problem. When I try to open a URL, it sometimes redirects me to the namespace menu
fagomo
April 3, 2026, 9:09pm
#9
@ajaymatharoo Hi! Do you have any ideas???