Hi..
I Downloaded a new 6.5v of aspcore + MVC, did the initial configuration ( run npm, config string,etc ), and run the debug in local, and thats works perfect.
But, I Create a new APP in Azure and publish this raw project, and its me get the error 502.5 when its starts
Can anyone help me?
6 Answer(s)
-
0
Hi @rodrigosturm
Have you solved this problem ? If not, could you check server side azure logs and share it with us ?
-
0
Hi,
In parts yes, I solved the problem, I Saw the log and see a SQL conection error. So, a had to check the Conection string in publisher profile ( I had never did that before).
But, I have another issue, loading the page, a get a lot of error.
I Try to delete bin folder, run yarn, but i coldn't find the solution... -
0
I Deleted the node_modules , and recreate using Yarn, but looks like it has minified my *.js files.
Why it did that, and how to correct it?
-
0
I use bundler & minifiy extension for VS 2017, and It works.
But i use to use 5.4v (aspcore + mvc) and I've never need to do this before this version... do I need use this on every Rad tool then I'll generate?
I can't see why minify this kind of files.....
-
0
Hi @rodrigosturm
RAD Tool should add the js and css files to undleconfig.json.
You need to run Bundler & Minifier tool or you can run "npm run create-bundles" after generating your page via RAD Tool. -
0
Thanks @ismcagdas, i was using a old version before(5.3v), there is a lot of diference between to 6.5v.