-
SummarySo, it was working before, but maybe some changes happened and the page stopped working? I changed the code recently to try to fix it, but it just doesn't display the html anymore. code below: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
BTW... it does add data to the database, but it doesn't display the html... |
Beta Was this translation helpful? Give feedback.
-
|
nope.. not adding data... maybe something with the database.... must check.. |
Beta Was this translation helpful? Give feedback.
-
|
Ok... I needed to add "await" before the params.. That was a changed from a while ago, but I needed to fix it on each page.... Must test everything every single time... you never know when something changes. |
Beta Was this translation helpful? Give feedback.
Ok...
I needed to add "await" before the params..
That was a changed from a while ago, but I needed to fix it on each page....
Must test everything every single time... you never know when something changes.