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 have implemented the editor without any problem but the image upload does not work for me.
The API has the necessary FilesController (for me MdFilesController) and HomeController (for me RootController).
The Frontend has the MarkdownEditor with same implementation of the Upload demo page.
When I try to upload a file the frontend disconnects for a short period and the display that it is uploading the file. Not a single breakpoint in the events in Frontend or the API are triggered and it displays "Uploading" indefinitely. As OnImageUploadStarted is never triggered i would think it is somethin in the Frontend.
The only differences i can see from your Demo is that mine is an InteractiveServer and I use http instead of https. Does the interactive server change anything in the implementation?
Additionally the MarkdownEditor is nested in a few divs and an if so it is only displayed with a condition:
I also tried it without AutoSave:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have implemented the editor without any problem but the image upload does not work for me.
The API has the necessary
FilesController
(for meMdFilesController
) andHomeController
(for meRootController
).The Frontend has the
MarkdownEditor
with same implementation of the Upload demo page.When I try to upload a file the frontend disconnects for a short period and the display that it is uploading the file. Not a single breakpoint in the events in Frontend or the API are triggered and it displays "Uploading" indefinitely. As
OnImageUploadStarted
is never triggered i would think it is somethin in the Frontend.The only differences i can see from your Demo is that mine is an
InteractiveServer
and I use http instead of https. Does the interactive server change anything in the implementation?Additionally the MarkdownEditor is nested in a few
![image](https://private-user-images.githubusercontent.com/173892078/358535570-2320fef3-22a8-4685-9d96-51d90f158fb9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzI3MjYsIm5iZiI6MTczOTE3MjQyNiwicGF0aCI6Ii8xNzM4OTIwNzgvMzU4NTM1NTcwLTIzMjBmZWYzLTIyYTgtNDY4NS05ZDk2LTUxZDkwZjE1OGZiOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwNzI3MDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yNzZkM2IxZGJjZWI4YmI3NDM0ODEyMDljZmM3MWFkNWExNTg0N2NjYzczMDBhOGQyNDdkZjQ5NWMwNzM4NzZlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.GU5bFtMQr5v6ZznCmUORHWAMxkJ6nYsRvfl9LaBnvs8)
![image](https://private-user-images.githubusercontent.com/173892078/358535802-6e8761ca-d464-4955-bb17-f3d26a03d49b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzI3MjYsIm5iZiI6MTczOTE3MjQyNiwicGF0aCI6Ii8xNzM4OTIwNzgvMzU4NTM1ODAyLTZlODc2MWNhLWQ0NjQtNDk1NS1iYjE3LWYzZDI2YTAzZDQ5Yi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwNzI3MDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01NWM3YTg1ODY1ZWFlMTBmNTEwZTc2ZDkyM2ZkMTZiZTljMWJjNjVmZGNhM2IzNjUzYmJjNTk0NDM4NGU0YzI0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.3pW9wpDms0wz10G8kwoz_GzzNKheksjPNciO_qw7EfQ)
div
s and an if so it is only displayed with a condition:I also tried it without
AutoSave
:If you need more info let me know.
Beta Was this translation helpful? Give feedback.
All reactions