Skip to content
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

A big thanks for your valuable support.... 👍👍👍 Below i list 3 problem when I integration/testing getxserver #76

Open
vimptech-git opened this issue Mar 9, 2022 · 1 comment

Comments

@vimptech-git
Copy link

Problem 1)
Unhandledexception:MimeMultipartException: Bad multipart ending

This is Big issue ...
When some one (end user)

Change api call header request like tick content Type ( multipart/form-data; boundary=)
then our api application(main.exe) is crashing.
Then we need to manually start again

Problem 2)
Follow thought your docs i host my
First getxserver on my vps(Linux Ubuntu),👍👍

  In ubuntu I use wine applications (my server app => main.exe )

For running windows applications .
I don't know it's a best method or not? Pls let me know it's ok or not,

Problem 3)
Also I upload images,pdf.. using multipart .It's working on localhost(127.0.0.1) also on lan ip,
But in vps the file are currepted can't open ...(file can see, but can't open)


@inyong1
Copy link

inyong1 commented Jun 27, 2023

Problem 1) Unhandledexception:MimeMultipartException: Bad multipart ending

This is Big issue ...
When some one (end user)

Change api call header request like tick content Type ( multipart/form-data; boundary=) then our api application(main.exe) is crashing. Then we need to manually start again

Problem 2) Follow thought your docs i host my First getxserver on my vps(Linux Ubuntu),+1+1

  In ubuntu I use wine applications (my server app => main.exe )

For running windows applications .

I don't know it's a best method or not? Pls let me know it's ok or not,
Problem 3) Also I upload images,pdf.. using multipart .It's working on localhost(127.0.0.1) also on lan ip, But in vps the file are currepted can't open ...(file can see, but can't open)

for problem 2 maybe just compile the application to linux executable binary.
Tested and worked well dart compile exe -o getserver
just copy the binary to server and change the permission to 755
and exucute the binary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants