Help forum
- popover api closing animation not working
Alfred
1 3 hours ago
I am working with the native Popover API to create a side panel that animates in and out . The trigger button has popovertargetaction = "toggle " , and the attached image shows the styling of my popover element . I cannot get the exit transition to work properly , even though I have set the @starting -style for the entry animation and explicitly set allow -discrete in my transitions . Has anyone with experience using the Popover API run into this and can help me locate the conflict ? I have also set data -unset -toddle -style on the popover element to prevent the reset stylesheet from overriding the popover 's display mechanism . - Version history not showing anymore
Jehex
4 16 hours ago
Hi there , probably a temporary issue but the whole version history just showing an infinite loading . - Repeatedly fetching API data
Steve
1 23 hours ago
This might be a general coding question but how are people dealing with a scenario where you have for example dashboard , users , teams etc pages and each page has their own API data populating the front end ? I ’m seeing lots of tutorials using onLoad to call an api to then retrieve data . If I then switch back and forth between pages it runs those respective api calls each time . Would it not be better to run all calls once at the highest level (and then pass the retrieved data to the necessary pages /components ) when the user logs in for example ? Curious how people are doing this . . thank you ! - Supabase connection

Jose
0 1 day ago
Supabase connector failing in ALL projects - existing project : connection error - fresh project : connection error - live site still works - realtime works - keys verified - tried anon + publishable This blocks all API creation . Is there an outage or known issue ? - API Error 526 - SSL Issue
Miles
2 2 days ago
I 've upgraded and migrated a Xano instance , and updated all of the base URLs in the APIs . Now I 'm getting a 526 error only on proxied requests . Could there be cached data causing an SSL mismatch ? - How to use a select element with multiple enabled
burntpancakesyummy
9 2 days ago
Trying to use the select element with multiple set to true but I can 't figure out how to get the selected values from it . I can only get the last selected option . - SSL mismatch

zefunha
1 3 days ago
Hey , Am on a corporate network and the website I created doesn 't open correctly due to the ssl mismatch . I have tested a few different websites from that have been built on nordcraft .com Due to it being in isolation mode I can 't input data - missing font weights
Miles
3 3 days ago
Is there a way to manually select /install which font weights to install when choosing a font ? I 'm trying to get heavier Inter Tight , but it only seems to have imported 400 . TIA - Safari Theme Color
PilotBuddy
1 4 days ago
Howdy ! I ’m not able to get Safari on iOS to adopt the theme -color set in the head of the page . Is this no longer supported on the latest vertical of safari ? Thanks ! - How to switch between xano data sources.
Iconic
9 6 days ago
I would like to know if i can separate my xano datasource in the editor so i can use staging data in the editor and live data in the my deployed app . same for my endpoints with branches , checked the docs and videos no headway . @Andreas Møller any pointers ? ? - Help with UI

ssssadsadasd
0 11 days ago
So , I have a div that has the data and a div that has a loading icon . obv before showing the data div I show the loading div . however , if this loading -div does not have a height of 100vh the data -div has a slight horizontal movement after loading . I set the height of the loading -div to 100vh and ti solves the problem but now the user has to scroll some empty space and that is not good . not sure whether this makes sense without viewing the app . anyone has faced this before ? Thanks - HTML
Founderlevin
6 13 days ago
Hello , I 'm trying to insert code from a database like this : Your next <span class = "highlight " >headshot < /span > against an enemy Hero deals <svg width = "128 " height = "128 " viewBox = "0 0 128 128 " fill = "white " xmlns = " http://www.w3.org/2000/svg"> <path d = "M32 .0027 9C40 .8042 9 48 .6533 13 .3022 53 .7875 20 .0238H53 .7766C57 .1324 24 .4142 58 .5664 26 .6091 59 .9993 26 .6084C61 .4318 26 .6078 62 .8632 24 .4129 66 .2125 20 .0238C71 .3467 13 .3022 79 .1958 9 87 .9973 9C103 .466 9 116 22 .2789 116 38 .6558C116 38 .7707 115 .999 38 .8854 115 .998 39H4 .00155C4 .00052 38 .8854 4 38 .7707 4 38 .6558C4 22 .2789 16 .5345 9 32 .0027 9Z " fill = "white " / > <path d = "M24 .5608 79C27 .3761 82 .0873 30 .3317 85 .1748 33 .3264 88 .303C41 .7966 97 .1509 50 .5788 106 .325 57 .3782 116 .742C58 .8889 119 .051 61 .1111 119 .051 62 .6218 116 .742C69 .4174 106 .328 78 .1987 97 .1556 86 .6692 88 .3073C89 .6652 85 .1778 92 .6222 82 .0889 95 .4388 79H24 .5608Z " fill = "white " / > <path d = "M123 59 .0055C123 59 .0055 117 .403 49 100 .88 49H75V69H100 .88C117 .413 69 123 58 .9945 123 58 .9945V59 .0055Z " fill = "white " / > <path d = "M67 57C68 .1046 57 69 57 .8954 69 59C69 60 .1046 68 .1046 61 67 61H7C5 .89543 61 5 60 .1046 5 59C5 57 .8954 5 .89543 57 7 57H67Z " fill = "white " / > < /svg > <span class = "inline -attribute -label BonusWeaponDamage " >bonus weapon damage < /span > . I don 't want to parse it and make my code heavier , but I can 't find a way to implement it . I tried pasting it into both a div and a p . The AI suggested unrealistic options . And all 10 tokens on a blank page yielded no results . It still couldn 't output formatted text . - My endpoints are returning 401 on published site but working in staging site, no changes with either
Christian Beatty
✅119 14 days ago
No clue why this is happening . Checked the Xano request history , shows 200 successful for requests made in the staging site and 401 for request made on published site , even then I had published and made no changes between the two . I 've published and made edits and published again anything that I could think of , adding logs , inspecting . I have no clue how or why this is happening . - What changed with path / ?
unicodes
1 14 days ago
Today my uploads broke without me changing anything . Why ? Before , everything worked correctly . You see that " / " ? I was getting the upload URL from Supabase , something like /object / . . . . It was working fine before , but now I noticed that the API concatenates two / / . It seems like the API used to remove duplicates before , but now it doesn ’t anymore . I was forced to modify the upload URL by adding the upload url after "v1 " to avoid the double / / . In case someone else has issues with APIs paths , you have to check this . - Copy Animations
Miles
2 15 days ago
Hi 👋 , I 'm trying to copy an animation from one div to another , but it only copies the animation property , it doesnt carry over all the keyframes , therefore nothing shows in the animation editor in the new div . Is there a way to get all of the keyframes across other than duplicating the div and resetting everything else ? Is this intentional ? or a bug ? TIA 😃

.jpeg/public)