You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new in preline. it is awesome. In my react vite my i use a ai chat prompt. it is worknig locally fine. but in netlify I got Uncaught SyntaxError: Unexpected token '<' (at preline.js:1:1). and didn't understand why it is happening.
Steps to Reproduce
visit this page below and you can see the console.
@emaduddin678 Hi,
It seems the issue occurs because Preline is being called before the elements it needs to initialize are available on the page. Make sure to use the appropriate application lifecycle method to initialize Preline at the right time. For guidance, please refer to our framework-specific demos.
Summary
I am new in preline. it is awesome. In my react vite my i use a ai chat prompt. it is worknig locally fine. but in netlify I got Uncaught SyntaxError: Unexpected token '<' (at preline.js:1:1). and didn't understand why it is happening.
Steps to Reproduce
visit this page below and you can see the console.
Demo Link
https://jonhs-hopkins-chatbot.netlify.app/
Expected Behavior
Actual Behavior
No response
Screenshots
The text was updated successfully, but these errors were encountered: