-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load Error! (Bad request) #12
Comments
Hey Alexey, |
Thanks for your reply! |
Hi, Wondering if somebody else had this issue and was able to resolve. From Debug log I dont see anything useful. Alexey |
Hey, |
Hi, Alexey |
hi, Tried on apex.oracle.com and it is working. So the issue looks like with local installation of APEX. Alexey |
Hi all, |
Hey, |
I wanted to implement your great plugin, but I also get this Load Error. Are you working on this issue? So I can wait till its ready instead of searching for another plugin that has the functionality to display a tree grid. Many thanks |
Hi There are multiple variables used. If possible, please provide TeamViewer access to debug the variable causing the issue. @vanheel @NeveenEbraheem @mt-ag @ashtrakhov Regards, |
Just print the output in chunks of 32000 |
Hi, First of all I want to say that this is a great plugin and thank you for publishing it. I had the same issue and I was trying to troubleshoot it. My understanding is that there is a problem with the last three parameters in the request: mode, parent and cache. It seems that for some reason, in some installations, they are translated as parameter for the wwv_flow.show procedure, which they are not. Although not quite, as it that was 100% true the response would be 404 instead of 400.
|
Hi all, regards |
Hi @sax59 Please could you provide your apex.oracle.com login details for your example. Does the data you are testing with on apex.oracle.com match the data being displayed in your local system? Regards, |
Hi Shaun, Here are the login details for my sample application. I also inform you that on this issue I have also opened the following discussion on the oracle community. regards |
Please test with this fork of the plugin - https://github.com/shaunmauer/apex-fancytree-plugin |
thank you shaunmauer, this last thing (setting static ID) also occurs on my sample application on apex.oracle.com regards |
@sax59 Thank you for testing. Please download latest copy, the error of the region not displaying when static ID is defined should be rectified |
Guys,
The static id should only be number, as I've seen in the code.
…On Fri, 24 Aug 2018, 11:47 Shaun Mauer, ***@***.***> wrote:
@sax59 <https://github.com/sax59> Thank you for testing.
Please download latest copy, the error of the region not displaying when
static ID is defined should be rectified
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aofr5uB6bSqCbO7_pp8D4Qbu9ev-4o0Dks5uT72RgaJpZM4RDM0X>
.
|
@aroumeli The update caters for it being a String. |
@shaunmauer @aroumeli another observation: if this can help in the investigation: regards |
Guys, in lazyLoad change cach:true to false; the issue will be solved inshaallah |
Hi,
Im trying to use this plugin for my hierarchy and getting this error.
First node is loaded but when I open it i get this bad request error.
If I test my query in sql commands it retrieves data nicely without any issue.
Followed you installation instructions and everything looks ok.
How I can debug this issue? what can be possibly wrong?
My query goes like:
select COST_CENTER as value,
COST_CENTER_NAME as title,
COST_CENTER_NAME as tooltip,
'fa fa-user' as icon,
null as link,
level as lvl,
PARENTID as parent_id
from HUS_CC_HIER
start with PARENTID is null
connect by prior COST_CENTER = PARENTID
order siblings by COST_CENTER_NAME
Alexey
The text was updated successfully, but these errors were encountered: